Searched refs:ActiveBlocks (Results 1 – 2 of 2) sorted by relevance
121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonf1d6865e0111::LockstepReverseIterator132 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()162 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()176 ActiveBlocks.remove(Inst->getParent()); in operator --()
363 SmallVector<unsigned, 8> ActiveBlocks; member370 ActiveBlocks.clear(); in reset()1358 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local1375 ActiveBlocks.push_back(Block); in growRegion()1382 if (ActiveBlocks.size() == AddedTo) in growRegion()1387 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()1395 AddedTo = ActiveBlocks.size(); in growRegion()1651 for (unsigned Number : Cand.ActiveBlocks) { in calcGlobalSplitCost()1758 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()