Home
last modified time | relevance | path

Searched refs:getFeasibleSuccessors (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DSparsePropagation.cpp121 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/
DSparsePropagation.h195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp444 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
518 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SCCPSolver
738 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminatorInst()