Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isEdgeFeasible

444   // isEdgeFeasible
447 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
578 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
581 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) {
676 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))