Searched refs:getFeasibleSuccessors (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 191 void getFeasibleSuccessors(Instruction &TI, SmallVectorImpl<bool> &Succs, 287 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getFeasibleSuccessors( in getFeasibleSuccessors() function 373 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible() 386 getFeasibleSuccessors(TI, SuccFeasible, true); in visitTerminator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 574 void getFeasibleSuccessors(Instruction &TI, SmallVectorImpl<bool> &Succs); 667 void SCCPSolver::getFeasibleSuccessors(Instruction &TI, in getFeasibleSuccessors() function in SCCPSolver 863 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminator()
|