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

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h165 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
170 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To,
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp203 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
205 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To, function in class:SparseSolver
260 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent(), true))
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp445 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
448 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
580 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
583 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { function in class:SCCPSolver
678 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 399 milliseconds