reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
205 PrevInstr = getLastNonPseudo(MBB, TII); 210 if (PrevInstr) { 211 LLVM_DEBUG(dbgs() << " PrevInstr: " << *PrevInstr 214 << isFirstInstructionInSequence(PrevInstr) << "\n" 217 if (isFirstInstructionInSequence(PrevInstr) && 224 PrevInstr = CurrInstr;