Lines Matching full:branches
10 // This pass transforms loops that contain branches on loop-invariant conditions
55 STATISTIC(NumBranches, "Number of branches unswitched");
236 // large numbers of branches which cause loop unswitching to go crazy.
427 // Probably we reach the quota of branches for this loop. If so
542 Visited.insert(L->getHeader()); // Branches to header make infinite loops.
1088 // FOLD boolean conditions (X|LIC), (X&LIC). Fold conditional branches,