Searched refs:getFeasibleSuccessors (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 121 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SparseSolver 209 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible() 220 getFeasibleSuccessors(TI, SuccFeasible, true); in visitTerminatorInst()
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 444 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs); 518 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SCCPSolver 738 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminatorInst()
|