Home
last modified time | relevance | path

Searched refs:rfindPrevDebugLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1210 LLVM_ABI DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1211 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1212 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1553 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock