Lines Matching refs:getDebugLoc

125       DebugLoc DL = Inst.getDebugLoc();  in getDebugLocations()
146 if (const DebugLoc &Loc = RR->getDebugLoc()) in emitRejectionRemarks()
176 const DebugLoc &RejectReason::getDebugLoc() const { in getDebugLoc() function in polly::RejectReason
211 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const { in getDebugLoc() function in polly::ReportInvalidTerminator
212 return BB->getTerminator()->getDebugLoc(); in getDebugLoc()
233 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; } in getDebugLoc() function in polly::ReportUnreachableInExit
262 const DebugLoc &ReportIndirectPredecessor::getDebugLoc() const { in getDebugLoc() function in polly::ReportIndirectPredecessor
289 const DebugLoc &ReportIrreducibleRegion::getDebugLoc() const { return DbgLoc; } in getDebugLoc() function in polly::ReportIrreducibleRegion
493 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; } in getDebugLoc() function in polly::ReportLoopBound
520 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; } in getDebugLoc() function in polly::ReportLoopHasNoExit
545 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; } in getDebugLoc() function in polly::ReportLoopHasMultipleExits
571 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; } in getDebugLoc() function in polly::ReportLoopOnlySomeLatches
592 const DebugLoc &ReportFuncCall::getDebugLoc() const { in getDebugLoc() function in polly::ReportFuncCall
593 return Inst->getDebugLoc(); in getDebugLoc()
623 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const { in getDebugLoc() function in polly::ReportNonSimpleMemoryAccess
624 return Inst->getDebugLoc(); in getDebugLoc()
689 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); } in getDebugLoc() function in polly::ReportAlias
724 const DebugLoc &ReportIntToPtr::getDebugLoc() const { in getDebugLoc() function in polly::ReportIntToPtr
725 return BaseValue->getDebugLoc(); in getDebugLoc()
746 const DebugLoc &ReportAlloca::getDebugLoc() const { in getDebugLoc() function in polly::ReportAlloca
747 return Inst->getDebugLoc(); in getDebugLoc()
770 const DebugLoc &ReportUnknownInst::getDebugLoc() const { in getDebugLoc() function in polly::ReportUnknownInst
771 return Inst->getDebugLoc(); in getDebugLoc()
796 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc() function in polly::ReportEntry
797 return BB->getTerminator()->getDebugLoc(); in getDebugLoc()
822 const DebugLoc &ReportUnprofitable::getDebugLoc() const { in getDebugLoc() function in polly::ReportUnprofitable
825 if (const DebugLoc &DL = Inst.getDebugLoc()) in getDebugLoc()
828 return R->getEntry()->getTerminator()->getDebugLoc(); in getDebugLoc()