Lines Matching full:edges
172 assert(!LoopBlocks.empty() && "No edges coming in from outside the loop?");
270 // We can't split indirectbr edges.
366 // Figure out which basic blocks contain back-edges to the loop header.
371 // Indirectbr edges cannot be split, so we must fail if we find one.
473 // unreachable we can just shamelessly delete those CFG edges!
675 // parent loop doesn't change (spliting edges doesn't count). If blocks,
676 // CFG edges, or other values in the parent loop change, then we need call
757 AU.addPreservedID(BreakCriticalEdgesID); // No critical edges added.