reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 if (TII->analyzeBranch(*HBB, TBB, FBB, HeadCond)) { 355 if (!TBB || TBB == HBB) { 355 if (!TBB || TBB == HBB) { 361 if (TII->analyzeBranch(*TBB, TBB_TBB, TBB_FBB, TrueCond)) { 370 MachineInstr *TrueCmpMI = findSuitableCompare(TBB);