Searched refs:isEdgeFeasible (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h160 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
165 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To,
369 bool SparseSolver<LatticeKey, LatticeVal, KeyInfo>::isEdgeFeasible( function in class:llvm::SparseSolver
431 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent(), true))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp276 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
278 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
705 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
707 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { function in class:SCCPSolver
754 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
1869 assert(Solver.isEdgeFeasible(I->getParent(), Dest) &&

Completed in 194 milliseconds