Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonb2b6219e0111::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 --()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp367 SmallVector<unsigned, 8> ActiveBlocks; member
374 ActiveBlocks.clear(); in reset()
1315 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
1335 ActiveBlocks.push_back(Block); in growRegion()
1342 if (ActiveBlocks.size() == AddedTo) in growRegion()
1347 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
1355 AddedTo = ActiveBlocks.size(); in growRegion()
1630 for (unsigned i = 0, e = Cand.ActiveBlocks.size(); i != e; ++i) { in calcGlobalSplitCost()
1631 unsigned Number = Cand.ActiveBlocks[i]; in calcGlobalSplitCost()
1739 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()