Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Edge

206   typedef std::pair<BasicBlock*, BasicBlock*> Edge;
207 DenseSet<Edge> KnownFeasibleEdges;
424 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
425 return; // This edge is already known to be executable!
428 // If the destination is already executable, we just made an *edge*
431 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
446 edge from the 'From' basic
581 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
590 // Check to make sure this edge itself is actually feasible now.
599 // undef conditions mean that neither edge is feasible yet.
1239 /// potentially infeasible, edge feasible). This cannot usefully modify the