Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonf9347de70111::LockstepReverseIterator
132 ActiveBlocks.clear(); in reset()
134 ActiveBlocks.insert(BB); in reset()
139 ActiveBlocks.remove(BB); in reset()
157 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks()
162 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()
176 ActiveBlocks.remove(Inst->getParent()); in operator --()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp363 SmallVector<unsigned, 8> ActiveBlocks; member
370 ActiveBlocks.clear(); in reset()
1377 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
1394 ActiveBlocks.push_back(Block); in growRegion()
1401 if (ActiveBlocks.size() == AddedTo) in growRegion()
1406 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
1414 AddedTo = ActiveBlocks.size(); in growRegion()
1670 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()
1777 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()