Lines Matching defs:UnloopedBlocks
1964 SmallPtrSet<BasicBlock *, 16> UnloopedBlocks(BlocksSplitI, Blocks.end());
1966 UnloopedBlocks.insert(PH);
1984 [](Loop &L, SmallPtrSetImpl<BasicBlock *> &UnloopedBlocks) {
1985 for (auto *BB : UnloopedBlocks)
1988 return UnloopedBlocks.count(BB);
1993 while (!UnloopedBlocks.empty() && !ExitsInLoops.empty()) {
2007 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);
2021 if (!UnloopedBlocks.erase(PredBB)) {
2056 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);
2057 for (auto *BB : UnloopedBlocks)