Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp114 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonac6bc9b30111::LockstepReverseIterator
125 ActiveBlocks.clear(); in reset()
127 ActiveBlocks.insert(BB); in reset()
132 ActiveBlocks.remove(BB); in reset()
150 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks()
155 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()
169 ActiveBlocks.remove(Inst->getParent()); in operator --()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h234 SmallVector<unsigned, 8> ActiveBlocks; member
241 ActiveBlocks.clear(); in reset()
H A DRegAllocGreedy.cpp730 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
752 ActiveBlocks.push_back(Block); in growRegion()
759 if (ActiveBlocks.size() == AddedTo) in growRegion()
764 auto NewBlocks = ArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
790 AddedTo = ActiveBlocks.size(); in growRegion()
890 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()
983 ArrayRef<unsigned> Blocks = GlobalCand[UsedCand].ActiveBlocks; in splitAroundRegion()