Searched refs:isBlockExecutable (Results 1 – 5 of 5) sorted by relevance
218 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()313 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()477 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()508 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()532 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
176 if (!Solver.isBlockExecutable(&F->getEntryBlock())) in specializeFunction()481 if (!Solver.isBlockExecutable(CS.getParent())) in getPossibleConstants()616 if (!Solver.isBlockExecutable(&BB)) in runFunctionSpecialization()
98 bool isBlockExecutable(BasicBlock *BB) const;
397 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor1653 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver1654 return Visitor->isBlockExecutable(BB); in isBlockExecutable()
171 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function