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

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 165 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
170 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To,
  /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 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) {
737 if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.getParent()))
    [all...]

Completed in 522 milliseconds