Lines Matching refs:Instructions
52 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
53 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
58 unsigned InstNum = It - Instructions.begin(); in isAliveAfter()
123 LLVM_DEBUG(dbgs() << " " << Instructions.size() << ": BB " << BB->getName() in collectMarkers()
125 auto BBStart = Instructions.size(); in collectMarkers()
126 Instructions.push_back(nullptr); in collectMarkers()
133 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
138 LLVM_DEBUG(dbgs() << " " << Instructions.size() << ": " in collectMarkers()
142 BBMarkers[BB].push_back({Instructions.size(), M}); in collectMarkers()
143 Instructions.push_back(I); in collectMarkers()
170 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
339 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
345 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()