Searched refs:PrevInstr (Results 1 – 4 of 4) sorted by relevance
196 MachineInstr *PrevInstr = nullptr; in runOnBasicBlock() local200 PrevInstr = getLastNonPseudo(MBB, TII); in runOnBasicBlock()205 if (PrevInstr) { in runOnBasicBlock()206 DEBUG(dbgs() << " PrevInstr: " << *PrevInstr in runOnBasicBlock()209 << isFirstInstructionInSequence(PrevInstr) << "\n" in runOnBasicBlock()212 if (isFirstInstructionInSequence(PrevInstr) && in runOnBasicBlock()219 PrevInstr = CurrInstr; in runOnBasicBlock()
201 MachineInstr *PrevInstr = nullptr; in runOnBasicBlock() local205 PrevInstr = getLastNonPseudo(MBB, TII); in runOnBasicBlock()210 if (PrevInstr) { in runOnBasicBlock()211 LLVM_DEBUG(dbgs() << " PrevInstr: " << *PrevInstr in runOnBasicBlock()214 << isFirstInstructionInSequence(PrevInstr) << "\n" in runOnBasicBlock()217 if (isFirstInstructionInSequence(PrevInstr) && in runOnBasicBlock()224 PrevInstr = CurrInstr; in runOnBasicBlock()
326 const Instr *PrevInstr = Analysis.getPrevInstructionSequential(ChildMeta); in buildFlowGraphImpl() local327 if (PrevInstr && Analysis.willTrapOnCFIViolation(*PrevInstr)) { in buildFlowGraphImpl()328 Result.IntermediateNodes[PrevInstr->VMAddress] = Address; in buildFlowGraphImpl()