HomeSort by relevance Sort by last modified time
    Searched defs:isEdgeFeasible (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 202 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
204 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To,
259 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent(), true))
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 444 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
447 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
578 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
581 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) {
676 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 49 milliseconds