Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1158 DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1159 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1160 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1544 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock