Searched refs:ActiveBlocks (Results 1 – 3 of 3) sorted by relevance
114 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonac6bc9b30111::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()
730 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local752 ActiveBlocks.push_back(Block); in growRegion()759 if (ActiveBlocks.size() == AddedTo) in growRegion()764 auto NewBlocks = ArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()790 AddedTo = ActiveBlocks.size(); in growRegion()890 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()983 ArrayRef<unsigned> Blocks = GlobalCand[UsedCand].ActiveBlocks; in splitAroundRegion()