Home
last modified time | relevance | path

Searched refs:findPrevDebugLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1003 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
1004 DebugLoc findPrevDebugLoc(iterator MBBI) {
1005 return findPrevDebugLoc(MBBI.getInstrIterator());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp389 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker()
1549 MF.back().findPrevDebugLoc(MF.back().end()), in appendEndToFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1417 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock