Home | History | Annotate | Download | only in CodeGen

Lines Matching full:blocks

64 STATISTIC(NumIfConvBBs,    "Number of if-converted blocks");
65 STATISTIC(NumDupBBs, "Number of duplicated blocks");
66 STATISTIC(NumUnpred, "Number of true blocks of diamonds unpredicated");
448 /// getNextBlock - Returns the next block in the function blocks ordering. If
482 /// ValidTriangle - Returns true if the 'true' and 'false' blocks (along
527 /// ValidDiamond - Returns true if the 'true' and 'false' blocks (along
555 // Count duplicate instructions at the beginning of the true and false blocks.
582 // blocks, move the end iterators up past any branch instructions.
595 // instructions at the end of the blocks.
599 // Count duplicate instructions at the ends of the blocks.
647 // Malformed bcc? True and false blocks are the same?
777 // Do not ifcvt if true and false fallthrough blocks are the same.
901 /// AnalyzeBlocks - Analyze all blocks and find entries for all if-conversion
915 /// that all the intervening blocks are empty (given BB can fall through to its
1193 // ifcvt the blocks.
1239 // Something has changed. It's no longer safe to predicate these blocks.
1274 // Remove the conditional branch from entry to the blocks.