Searched refs:getFeasibleSuccessors (Results 1 – 8 of 8) 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/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 120 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/ |
D | SparsePropagation.h | 192 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/ |
D | SparsePropagation.h | 195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 192 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 551 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/ |
D | SCCP.cpp | 460 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/ |
D | SCCP.cpp | 454 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()
|