reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1623 TII->analyzeBranch(*MBB, CurTBB, CurFBB, CurCond, true); 1626 MadeChange |= MBB->CorrectExtraCFGEdges(CurTBB, CurFBB, !CurCond.empty()); 1634 SmallVector<MachineOperand, 4> NewCond(CurCond); 1647 if (CurTBB && CurCond.empty() && !CurFBB && 1733 TII->insertBranch(*MBB, CurTBB, nullptr, CurCond, dl); 1768 CurCond.clear(); 1769 TII->insertBranch(*MBB, NextBB, nullptr, CurCond, DebugLoc());