Home
last modified time | relevance | path

Searched refs:rfindDebugLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1024 DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);
1025 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {
1026 return rfindDebugLoc(MBBI.getInstrIterator());
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp200 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC)) in AnalyzeBranchImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1381 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock