Searched defs:isEdgeFeasible (Results 1 - 5 of 5) sorted by relevance

/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/swiftshader/third_party/LLVM/lib/Analysis/
H A DSparsePropagation.cpp202 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
204 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To, function in class:SparseSolver
259 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent(), true))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp456 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
459 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
617 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
620 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { function in class:SCCPSolver
737 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp462 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
465 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
604 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
607 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { function in class:SCCPSolver
702 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 175 milliseconds