Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Edge

210   typedef std::pair<BasicBlock*, BasicBlock*> Edge;
211 DenseSet<Edge> KnownFeasibleEdges;
434 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
435 return; // This edge is already known to be executable!
438 // If the destination is already executable, we just made an *edge*
441 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
456 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
617 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
626 // Check to make sure this edge itself is actually feasible now.
635 // undef conditions mean that neither edge is feasible yet.
1418 /// potentially infeasible, edge feasible). This cannot usefully modify the