reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
618 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); 626 assert (TB && "Exit block without a branch?"); 627 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { 633 if (TB == Latch) 634 TB = (LTB == Header) ? LTB : LFB; 638 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); 639 if (!TB || (FB && TB != Header && FB != Header)) 639 if (!TB || (FB && TB != Header && FB != Header)) 646 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header);