Searched refs:ActiveBlocks (Results 1 – 3 of 3) sorted by relevance
114 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anon48a1c1290111::LockstepReverseIterator125 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 --()
234 SmallVector<unsigned, 8> ActiveBlocks; member241 ActiveBlocks.clear(); in reset()
732 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local754 ActiveBlocks.push_back(Block); in growRegion()761 if (ActiveBlocks.size() == AddedTo) in growRegion()766 auto NewBlocks = ArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()792 AddedTo = ActiveBlocks.size(); in growRegion()892 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()985 ArrayRef<unsigned> Blocks = GlobalCand[UsedCand].ActiveBlocks; in splitAroundRegion()