reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
310 if (unsigned Reg = optimizeVcndVcmpPair(MBB, ST, MRI, LIS)) { 319 if (MBB.succ_empty()) { 320 if (MBB.empty()) 327 MachineInstr &Term = MBB.back(); 331 SmallVector<MachineBasicBlock*, 4> Blocks({&MBB}); 382 auto E = MBB.end(); 383 auto Lead = skipDebugInstructionsForward(MBB.begin(), E); 384 if (MBB.succ_size() != 1 || Lead == E || !isEndCF(*Lead, TRI, ST)) 387 MachineBasicBlock *TmpMBB = &MBB;