Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Edge

205   typedef std::pair<BasicBlock*, BasicBlock*> Edge;
206 DenseSet<Edge> KnownFeasibleEdges;
429 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
430 return; // This edge is already known to be executable!
433 // If the destination is already executable, we just made an *edge*
436 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
451 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
585 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
594 // Check to make sure this edge itself is actually feasible now.
603 // undef conditions mean that neither edge is feasible yet.
1244 /// potentially infeasible, edge feasible). This cannot usefully modify the