Searched refs:rfindDebugLoc (Results 1 – 3 of 3) sorted by relevance
1079 DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);1080 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {1081 return rfindDebugLoc(MBBI.getInstrIterator());
200 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC)) in AnalyzeBranchImpl()
1405 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock