Searched refs:findPrevDebugLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1201 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 D | WebAssemblyCFGStackify.cpp | 425 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 D | MachineBasicBlock.cpp | 1543 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock
|