Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h1094 DebugLoc rfindPrevDebugLoc(reverse_instr_iterator MBBI);
1095 DebugLoc rfindPrevDebugLoc(reverse_iterator MBBI) {
1096 return rfindPrevDebugLoc(MBBI.getInstrIterator());
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1423 DebugLoc MachineBasicBlock::rfindPrevDebugLoc(reverse_instr_iterator MBBI) { in rfindPrevDebugLoc() function in MachineBasicBlock