Searched refs:ActiveBlocks (Results 1 – 3 of 3) sorted by relevance
119 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anon7f9656e30111::LockstepReverseIterator130 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 --()
226 SmallVector<unsigned, 8> ActiveBlocks; member233 ActiveBlocks.clear(); in reset()
696 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local718 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()