Home
last modified time | relevance | path

Searched refs:getFeasibleSuccessors (Results 1 – 6 of 6) 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/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp120 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SparseSolver
208 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible()
219 getFeasibleSuccessors(TI, SuccFeasible, true); in visitTerminatorInst()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h192 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp460 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
541 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SCCPSolver
761 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminatorInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp454 void getFeasibleSuccessors(TerminatorInst &TI, SmallVector<bool, 16> &Succs);
554 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SCCPSolver
799 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminatorInst()