Home
last modified time | relevance | path

Searched refs:getFeasibleSuccessors (Results 1 – 8 of 8) 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-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h192 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
288 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getFeasibleSuccessors( in getFeasibleSuccessors() function
378 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible()
391 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp551 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
618 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors() function in SCCPSolver
807 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminatorInst()
/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()