Searched refs:findPrevDebugLoc (Results 1 – 3 of 3) sorted by relevance
735 DebugLoc findPrevDebugLoc(instr_iterator MBBI);736 DebugLoc findPrevDebugLoc(iterator MBBI) {737 return findPrevDebugLoc(MBBI.getInstrIterator());
337 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker()672 MF.back().findPrevDebugLoc(MF.back().end()), in AppendEndToFunction()
1292 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock