Searched refs:getFeasibleSuccessors (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 229 void getFeasibleSuccessors(Instruction &TI, SmallVectorImpl<bool> &Succs); 556 void SCCPInstVisitor::getFeasibleSuccessors(Instruction &TI, in getFeasibleSuccessors() function in SCCPInstVisitor 758 getFeasibleSuccessors(TI, SuccFeasible); in visitTerminator()
|