Home
last modified time | relevance | path

Searched refs:PrevInstr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp196 MachineInstr *PrevInstr = nullptr; in runOnBasicBlock() local
200 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp201 MachineInstr *PrevInstr = nullptr; in runOnBasicBlock() local
205 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()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp201 MachineInstr *PrevInstr = nullptr; in runOnBasicBlock() local
205 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()
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp326 const Instr *PrevInstr = Analysis.getPrevInstructionSequential(ChildMeta); in buildFlowGraphImpl() local
327 if (PrevInstr && Analysis.willTrapOnCFIViolation(*PrevInstr)) { in buildFlowGraphImpl()
328 Result.IntermediateNodes[PrevInstr->VMAddress] = Address; in buildFlowGraphImpl()