Searched refs:LocalMBB (Results 1 – 1 of 1) sorted by relevance
193 MachineBasicBlock *LocalMBB = LIS.getMBBFromIndex(*End); in weightCalcHelper() local194 assert(LocalMBB == LIS.getMBBFromIndex(*Start) && in weightCalcHelper()202 TotalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, LocalMBB); in weightCalcHelper()203 TotalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, LocalMBB); in weightCalcHelper()