Home | History | Annotate | Download | only in CodeGen

Lines Matching full:branches

48 STATISTIC(NumCondBranches, "Number of conditional branches");
49 STATISTIC(NumUncondBranches, "Number of uncondittional branches");
51 "Potential frequency of taking conditional branches");
53 "Potential frequency of taking unconditional branches");
558 // crazy branches. If it has, we need to start with the header at the top to
618 // analyzable branches, *and* the predecessor it is merged with is *not* part
731 /// branches. For example, if the loop has fallthrough into its header and out
780 /// branches.
794 // fewer branches in the loop body.
799 // branches by placing an exit edge at the bottom.