Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anon99a2cd780111::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()
163 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()
177 ActiveBlocks.remove(Inst->getParent()); in operator --()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp368 SmallVector<unsigned, 8> ActiveBlocks; member
375 ActiveBlocks.clear(); in reset()
1301 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
1321 ActiveBlocks.push_back(Block); in growRegion()
1328 if (ActiveBlocks.size() == AddedTo) in growRegion()
1333 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
1341 AddedTo = ActiveBlocks.size(); in growRegion()
1616 for (unsigned i = 0, e = Cand.ActiveBlocks.size(); i != e; ++i) { in calcGlobalSplitCost()
1617 unsigned Number = Cand.ActiveBlocks[i]; in calcGlobalSplitCost()
1725 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()