Lines Matching defs:getDebugLoc
145 if (const DebugLoc &Loc = RR->getDebugLoc())
175 const DebugLoc &RejectReason::getDebugLoc() const {
210 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const {
211 return BB->getTerminator()->getDebugLoc();
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 {
592 return Inst->getDebugLoc();
622 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const {
623 return Inst->getDebugLoc();
687 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); }
722 const DebugLoc &ReportIntToPtr::getDebugLoc() const {
723 return BaseValue->getDebugLoc();
744 const DebugLoc &ReportAlloca::getDebugLoc() const {
745 return Inst->getDebugLoc();
768 const DebugLoc &ReportUnknownInst::getDebugLoc() const {
769 return Inst->getDebugLoc();
794 const DebugLoc &ReportEntry::getDebugLoc() const {
795 return BB->getTerminator()->getDebugLoc();
820 const DebugLoc &ReportUnprofitable::getDebugLoc() const {
826 return R->getEntry()->getTerminator()->getDebugLoc();