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()
130 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
157 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
167 ProcessMarker(II, It->getSecond()); in collectMarkers()
181 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
231 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
286 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
287 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
347 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
359 printInstrAlive(ItBB->getSecond().first, OS); in emitBasicBlockStartAnnot()