Searched refs:isBlockExecutable (Results 1 – 2 of 2) sorted by relevance
347 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in __anonc6ab31860111::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()
171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function