Lines Matching refs:getSecond
52 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
53 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
129 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
156 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
166 ProcessMarker(II, It->getSecond()); in collectMarkers()
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
375 printInstrAlive(ItBB->getSecond().first, OS); in emitBasicBlockStartAnnot()