Home | History | Annotate | Download | only in Analysis

Lines Matching full:edge

26 /// The output is added to Result, as pairs of <from,to> edge info.
52 // Successor is in VisitStack, it's a back edge.
79 assert(i != e && "Didn't find edge?");
85 /// isCriticalEdge - Return true if the specified edge is a critical edge.
90 assert(SuccNum < TI->getNumSuccessors() && "Illegal edge specification!");
96 // If there is more than one predecessor, this is a critical edge...
97 assert(I != E && "No preds, but we have an edge to the block?");
99 ++I; // Skip one edge due to the incoming arc from TI.
103 // If AllowIdenticalEdges is true, then we allow this edge to be considered