Searched refs:ActiveBlocks (Results 1 – 2 of 2) sorted by relevance
121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; member in __anonb2b6219e0111::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()163 ActiveBlocks.remove((*II)->getParent()); in restrictToBlocks()177 ActiveBlocks.remove(Inst->getParent()); in operator --()
367 SmallVector<unsigned, 8> ActiveBlocks; member374 ActiveBlocks.clear(); in reset()1315 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local1335 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()