Lines Matching defs:Exits
123 Exits.insert(&B);
130 SmallPtrSet<BasicBlock *, 8> &&Blocks, SmallPtrSet<BasicBlock *, 2> &&Exits)
132 Exits(std::move(Exits)), Blocks(std::move(Blocks)) {
133 for ([[maybe_unused]] auto *BB : this->Exits)
164 dbgs() << Indent << " Exits: { ";
165 for (const auto &Exit : Exits) {
249 SmallPtrSet<BasicBlock *, 2> Exits;
256 Exits.insert(B);
260 return Exits;