Searched refs:rfindDebugLoc (Results 1 – 3 of 3) sorted by relevance
996 DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);997 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {998 return rfindDebugLoc(MBBI.getInstrIterator());
199 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC)) in AnalyzeBranchImpl()
1407 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock