Searched refs:BlockLiveness (Results 1 – 3 of 3) sorted by relevance
129 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()191 LivenessMap::const_iterator I = BlockLiveness.find(PredBB); in calculateLocalLiveness()193 if (I == BlockLiveness.end()) in calculateLocalLiveness()237 for (auto &[BB, BlockInfo] : BlockLiveness) { in calculateLocalLiveness()245 for (auto IT : BlockLiveness) { in calculateLiveIntervals()300 for (auto IT : BlockLiveness) { in dumpBlockLiveness()302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
402 LivenessMap BlockLiveness; member in __anon570007070111::StackColoring539 LivenessMap::const_iterator BI = BlockLiveness.find(MBB); in dumpBB()540 assert(BI != BlockLiveness.end() && "Block not found"); in dumpBB()729 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers()786 LivenessMap::iterator BI = BlockLiveness.find(BB); in calculateLocalLiveness()787 assert(BI != BlockLiveness.end() && "Block not found"); in calculateLocalLiveness()793 LivenessMap::const_iterator I = BlockLiveness.find(Pred); in calculateLocalLiveness()797 if (I != BlockLiveness.end()) in calculateLocalLiveness()842 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals()1187 BlockLiveness.clear(); in runOnMachineFunction()
94 LivenessMap BlockLiveness; variable