Home
last modified time | relevance | path

Searched refs:ActiveBlocks (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp119 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anon7f9656e30111::LockstepReverseIterator
130 ActiveBlocks.clear(); in reset()
132 ActiveBlocks.insert(BB); in reset()
137 ActiveBlocks.remove(BB); in reset()
155 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks()
160 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()
174 ActiveBlocks.remove(Inst->getParent()); in operator --()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.h226 SmallVector<unsigned, 8> ActiveBlocks; member
233 ActiveBlocks.clear(); in reset()
H A DRegAllocGreedy.cpp696 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
718 ActiveBlocks.push_back(Block); in growRegion()
725 if (ActiveBlocks.size() == AddedTo) in growRegion()
730 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
738 AddedTo = ActiveBlocks.size(); in growRegion()
838 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()
931 ArrayRef<unsigned> Blocks = GlobalCand[UsedCand].ActiveBlocks; in splitAroundRegion()