Searched refs:isBlockExecutable (Results 1 – 6 of 6) sorted by relevance
144 if (isBlockExecutable(SuccBB) && in estimateBasicBlocks()162 if (isBlockExecutable(Phi->getParent())) in getBonusFromPendingPHIs()175 if (isBlockExecutable(UI->getParent())) in getSpecializationBonus()224 if (UI != User && isBlockExecutable(UI->getParent())) in getUserBonus()247 if (BB != Succ && isBlockExecutable(BB) && in estimateSwitchInst()265 if (isBlockExecutable(Succ) && in estimateBranchInst()553 if (!Solver.isBlockExecutable(Call->getParent())) in promoteConstantStackValues()842 if (!Solver.isBlockExecutable(CS.getParent())) in findSpecializations()948 if (!Solver.isBlockExecutable(&F->getEntryBlock())) in isCandidateFunction()1106 Solver.isBlockExecutable(CS->getParent())) in updateCallSites()
70 !Solver.isBlockExecutable(cast<Instruction>(U)->getParent())) in findReturnsToZap()177 if (Solver.isBlockExecutable(&F.front())) { in runIPSCCP()215 if (!Solver.isBlockExecutable(&BB)) { in runIPSCCP()241 if (!Solver.isBlockExecutable(&F.front())) in runIPSCCP()
93 if (!Solver.isBlockExecutable(&BB)) { in runSCCP()
123 bool isBlockExecutable(BasicBlock *BB) const;
173 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function
752 bool isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in llvm::SCCPInstVisitor2102 bool SCCPSolver::isBlockExecutable(BasicBlock *BB) const { in isBlockExecutable() function in SCCPSolver2103 return Visitor->isBlockExecutable(BB); in isBlockExecutable()