Searched defs:isEdgeFeasible (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
H A D | SparsePropagation.cpp | 203 /// 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 D | SparsePropagation.cpp | 202 /// 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 D | SCCP.cpp | 456 // 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 D | SCCP.cpp | 462 // 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 D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
Completed in 175 milliseconds