Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getFeasibleSuccessors

441   // getFeasibleSuccessors - Return a vector of booleans to indicate which
444 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
515 // getFeasibleSuccessors - Return a vector of booleans to indicate which
518 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI,
738 getFeasibleSuccessors(TI, SuccFeasible);