Searched refs:getFeasibleSuccessors (Results 1 - 3 of 3) sorted by path

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h193 /// getFeasibleSuccessors - Return a vector of booleans to indicate which
195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp119 /// getFeasibleSuccessors - Return a vector of booleans to indicate which
121 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, function in class:SparseSolver
209 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef);
220 getFeasibleSuccessors(TI, SuccFeasible, true);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp440 // getFeasibleSuccessors - Return a vector of booleans to indicate which
443 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
514 // getFeasibleSuccessors - Return a vector of booleans to indicate which
517 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, function in class:SCCPSolver
737 getFeasibleSuccessors(TI, SuccFeasible);

Completed in 6469 milliseconds