Home | History | Annotate | Download | only in CodeGen

Lines Matching full:edges

416   // A block with no successors has no concerns with fall-through edges.
443 // fall-through edges to be concerned with.
739 // jumps to the same MBB is either case. We have duplicate CFG edges in that
741 // code, just skip those edges.
1053 /// Various pieces of code can cause excess edges in the CFG to be inserted. If
1057 /// Besides DestA and DestB, retain other edges leading to LandingPads
1091 "CFG in a bad state. Cannot correct CFG edges");
1094 // Remove superfluous edges. I.e., those which aren't destinations of this
1095 // basic block, duplicate edges, or landing pads.