Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h735 DebugLoc findPrevDebugLoc(instr_iterator MBBI);
736 DebugLoc findPrevDebugLoc(iterator MBBI) {
737 return findPrevDebugLoc(MBBI.getInstrIterator());
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp337 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker()
672 MF.back().findPrevDebugLoc(MF.back().end()), in AppendEndToFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1292 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock