Lines Matching defs:UnloopedBlocks
1965 SmallPtrSet<BasicBlock *, 16> UnloopedBlocks(BlocksSplitI, Blocks.end());
1967 UnloopedBlocks.insert(PH);
1985 [](Loop &L, SmallPtrSetImpl<BasicBlock *> &UnloopedBlocks) {
1986 for (auto *BB : UnloopedBlocks)
1989 return UnloopedBlocks.count(BB);
1994 while (!UnloopedBlocks.empty() && !ExitsInLoops.empty()) {
2008 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);
2022 if (!UnloopedBlocks.erase(PredBB)) {
2057 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);
2058 for (auto *BB : UnloopedBlocks)