Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1126 DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1127 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1128 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1522 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock