Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1193 LLVM_ABI DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);
1194 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {
1195 return rfindDebugLoc(MBBI.getInstrIterator());
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp202 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC)) in AnalyzeBranchImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1531 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock