Lines Matching full:debugloc
33 #include "llvm/IR/DebugLoc.h"
100 static bool operator<(const DebugLoc &LHS, const DebugLoc &RHS) {
112 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End) {
124 DebugLoc DL = Inst.getStableDebugLoc();
136 DebugLoc Begin, End;
145 if (const DebugLoc &Loc = RR->getDebugLoc())
173 const DebugLoc RejectReason::Unknown = DebugLoc();
175 const DebugLoc &RejectReason::getDebugLoc() const {
176 // Allocate an empty DebugLoc and return it a reference to it.
210 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const {
232 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; }
261 const DebugLoc &ReportIndirectPredecessor::getDebugLoc() const {
288 const DebugLoc &ReportIrreducibleRegion::getDebugLoc() const { return DbgLoc; }
492 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; }
519 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; }
544 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; }
570 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; }
591 const DebugLoc &ReportFuncCall::getDebugLoc() const {
622 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const {
687 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); }
722 const DebugLoc &ReportIntToPtr::getDebugLoc() const {
744 const DebugLoc &ReportAlloca::getDebugLoc() const {
768 const DebugLoc &ReportUnknownInst::getDebugLoc() const {
794 const DebugLoc &ReportEntry::getDebugLoc() const {
820 const DebugLoc &ReportUnprofitable::getDebugLoc() const {
823 if (const DebugLoc &DL = Inst.getStableDebugLoc())