Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp182 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*end); in weightCalcHelper() local
183 assert(localMBB == LIS.getMBBFromIndex(*start) && in weightCalcHelper()
191 totalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, localMBB); in weightCalcHelper()
192 totalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, localMBB); in weightCalcHelper()