Home
last modified time | relevance | path

Searched refs:calculateSpillWeightAndHint (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h67 void calculateSpillWeightAndHint(LiveInterval &li);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp46 VRAI.calculateSpillWeightAndHint(LIS.getInterval(Reg)); in calculateSpillWeightsAndHints()
138 void VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &li) { in calculateSpillWeightAndHint() function in VirtRegAuxInfo
DLiveRangeEdit.cpp474 VRAI.calculateSpillWeightAndHint(LI); in calculateRegClassAndHint()