Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1007 DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1008 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1009 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1399 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock