struct CopyHint

Declaration

struct CopyHint { /* full declaration omitted */ };

Declared at: llvm/lib/CodeGen/CalcSpillWeights.cpp:189

Member Variables

public unsigned int Reg
public float Weight
public bool IsPhys

Method Overview

  • public CopyHint(unsigned int R, float W, bool P)

Methods

ΒΆCopyHint(unsigned int R, float W, bool P)

Declared at: llvm/lib/CodeGen/CalcSpillWeights.cpp:193

Parameters

unsigned int R
float W
bool P