Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1011 DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1012 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1013 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1425 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock