|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/CalcSpillWeights.h 98 void calculateSpillWeightsAndHints(LiveIntervals &LIS, MachineFunction &MF,
References
lib/CodeGen/RegAllocBasic.cpp 314 calculateSpillWeightsAndHints(*LIS, *MF, VRM,
lib/CodeGen/RegAllocGreedy.cpp 3245 calculateSpillWeightsAndHints(*LIS, mf, VRM, *Loops, *MBFI);
lib/CodeGen/RegAllocPBQP.cpp 796 calculateSpillWeightsAndHints(LIS, MF, &VRM, getAnalysis<MachineLoopInfo>(),