Searched refs:isBlockExecutable (Results 1 – 4 of 4) sorted by relevance
221 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()316 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()480 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()511 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()536 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
98 bool isBlockExecutable(BasicBlock *BB) const;
397 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor1623 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver1624 return Visitor->isBlockExecutable(BB); in isBlockExecutable()
171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function