Searched refs:isBlockExecutable (Results 1 – 8 of 8) sorted by relevance
271 EXPECT_TRUE(Solver.isBlockExecutable(GEntry)); in TEST_F()538 EXPECT_TRUE(Solver.isBlockExecutable(Pad)); in TEST_F()539 EXPECT_TRUE(Solver.isBlockExecutable(Body)); in TEST_F()540 EXPECT_TRUE(Solver.isBlockExecutable(Exit)); in TEST_F()
194 if (isBlockExecutable(user->getBlock())) in visitUsers()244 bool isBlockExecutable(Block *block) const;348 if (isBlockExecutable(&block)) in rewrite()728 if (!regionInterface || !isBlockExecutable(parentOp->getBlock())) in visitTerminatorOperation()866 bool SCCPSolver::isBlockExecutable(Block *block) const { in isBlockExecutable() function in SCCPSolver
173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
347 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon0082af670111::SCCPSolver1831 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()1939 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()2074 if (Solver.isBlockExecutable(&F.front())) in runIPSCCP()2084 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()2119 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()2155 !Solver.isBlockExecutable(BI->getSuccessor(0))) { in runIPSCCP()
273 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonb8b04cf30111::SCCPSolver1742 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()1837 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()2001 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()2032 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()2057 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
269 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anon8e75af050211::SCCPSolver1584 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()1765 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()1776 if (!Solver.isBlockExecutable(&*BB)) { in runIPSCCP()
171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function