Searched refs:LocalMBB (Results 1 – 1 of 1) sorted by relevance
182 MachineBasicBlock *LocalMBB = LIS.getMBBFromIndex(*End); in weightCalcHelper() local183 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()