Searched refs:findPrevDebugLoc (Results 1 – 3 of 3) sorted by relevance
1149 DebugLoc findPrevDebugLoc(instr_iterator MBBI);1150 DebugLoc findPrevDebugLoc(iterator MBBI) {1151 return findPrevDebugLoc(MBBI.getInstrIterator());
388 MachineInstr *End = BuildMI(MBB, InsertPos, MBB.findPrevDebugLoc(InsertPos), in placeBlockMarker()1530 MF.back().findPrevDebugLoc(MF.back().end()), in appendEndToFunction()
1534 DebugLoc MachineBasicBlock::findPrevDebugLoc(instr_iterator MBBI) { in findPrevDebugLoc() function in MachineBasicBlock