Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A 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()