Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isEdgeFeasible

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