Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1201 LLVM_ABI DebugLoc findPrevDebugLoc(instr_iterator MBBI);
1202 DebugLoc findPrevDebugLoc(iterator MBBI) {
1203 return findPrevDebugLoc(MBBI.getInstrIterator());
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp425 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker()
940 BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeTryTableMarker()
944 BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeTryTableMarker()
1340 EndDebugLoc = PrevBB->findPrevDebugLoc(PrevBB->end()); in getTrampolineBlock()
2400 MF.back().findPrevDebugLoc(MF.back().end()), in appendEndToFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1543 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock