Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Edge

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