Lines Matching refs:DebugLoc
101 static bool operator<(const DebugLoc &LHS, const DebugLoc &RHS) { in operator <()
113 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End) { in getDebugLocations()
125 DebugLoc DL = Inst.getDebugLoc(); in getDebugLocations()
137 DebugLoc Begin, End; in emitRejectionRemarks()
146 if (const DebugLoc &Loc = RR->getDebugLoc()) in emitRejectionRemarks()
174 const DebugLoc RejectReason::Unknown = DebugLoc();
176 const DebugLoc &RejectReason::getDebugLoc() const { in getDebugLoc()
211 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const { in getDebugLoc()
233 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; } in getDebugLoc()
262 const DebugLoc &ReportIndirectPredecessor::getDebugLoc() const { in getDebugLoc()
289 const DebugLoc &ReportIrreducibleRegion::getDebugLoc() const { return DbgLoc; } in getDebugLoc()
493 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; } in getDebugLoc()
520 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; } in getDebugLoc()
545 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; } in getDebugLoc()
571 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; } in getDebugLoc()
592 const DebugLoc &ReportFuncCall::getDebugLoc() const { in getDebugLoc()
623 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const { in getDebugLoc()
689 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); } in getDebugLoc()
724 const DebugLoc &ReportIntToPtr::getDebugLoc() const { in getDebugLoc()
746 const DebugLoc &ReportAlloca::getDebugLoc() const { in getDebugLoc()
770 const DebugLoc &ReportUnknownInst::getDebugLoc() const { in getDebugLoc()
796 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
822 const DebugLoc &ReportUnprofitable::getDebugLoc() const { in getDebugLoc()
825 if (const DebugLoc &DL = Inst.getDebugLoc()) in getDebugLoc()