Searched refs:rfindDebugLoc (Results 1 – 3 of 3) sorted by relevance
1193 LLVM_ABI DebugLoc rfindDebugLoc(reverse_instr_iterator MBBI);1194 DebugLoc rfindDebugLoc(reverse_iterator MBBI) {1195 return rfindDebugLoc(MBBI.getInstrIterator());
202 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC)) in AnalyzeBranchImpl()
1531 DebugLoc MachineBasicBlock::rfindDebugLoc(reverse_instr_iterator MBBI) { in rfindDebugLoc() function in MachineBasicBlock