Lines Matching defs:ExitBlock
2451 BasicBlock *ExitBlock = CLI->getExit();
2528 count_if(*ExitBlock, [](Instruction &I) { return isa<CallInst>(I); });
2659 BasicBlock *ExitBlock = CLI->getExit();
2747 count_if(*ExitBlock, [](Instruction &I) { return isa<CallInst>(I); });
2805 BasicBlock *ExitBlock = CLI->getExit();
2856 count_if(*ExitBlock, [](Instruction &I) { return isa<CallInst>(I); });
6505 auto *ExitBlock = EntryBlockBranch->getSuccessor(1);
6506 EXPECT_EQ(ExitBlock->getName(), "worker.exit");
6507 EXPECT_TRUE(isa<ReturnInst>(ExitBlock->getFirstNonPHIIt()));
6875 auto *ExitBlock = EntryBlockBranch->getSuccessor(1);
6876 EXPECT_EQ(ExitBlock->getName(), "worker.exit");
6877 EXPECT_TRUE(isa<ReturnInst>(ExitBlock->getFirstNonPHIIt()));