reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
  165       I->setDebugLoc(CurDbgLocation);
lib/Analysis/PHITransAddr.cpp
  390     New->setDebugLoc(Inst->getDebugLoc());
  409     Result->setDebugLoc(Inst->getDebugLoc());
lib/Analysis/ScalarEvolutionExpander.cpp
  229   BO->setDebugLoc(Loc);
 1586         Add->setDebugLoc(HP->getTerminator()->getDebugLoc());
lib/Bitcode/Reader/BitcodeReader.cpp
 3834       I->setDebugLoc(LastLoc);
 3861       I->setDebugLoc(LastLoc);
lib/CodeGen/CodeGenPrepare.cpp
 1116       InsertedCast->setDebugLoc(CI->getDebugLoc());
 1393       InsertedCmp->setDebugLoc(Cmp->getDebugLoc());
 1488     InsertedAnd->setDebugLoc(AndI->getDebugLoc());
 1575       InsertedShift->setDebugLoc(ShiftI->getDebugLoc());
 1584       InsertedTrunc->setDebugLoc(TruncI->getDebugLoc());
 1676       InsertedShift->setDebugLoc(ShiftI->getDebugLoc());
 5492     ExtFedByLoad->setDebugLoc(LI->getDebugLoc());
 6026         TrueBranch->setDebugLoc(SI->getDebugLoc());
 6036         FalseBranch->setDebugLoc(SI->getDebugLoc());
 6052     FalseBranch->setDebugLoc(SI->getDebugLoc());
 6087     PN->setDebugLoc(SI->getDebugLoc());
 6152       InsertedShuffle->setDebugLoc(SVI->getDebugLoc());
 6256   ExtInst->setDebugLoc(SI->getDebugLoc());
 7030       NC->setDebugLoc(GEPI->getDebugLoc());
lib/IR/BasicBlock.cpp
  430   BI->setDebugLoc(Loc);
lib/IR/DebugInfo.cpp
  331         I.setDebugLoc(DebugLoc());
  649           I.setDebugLoc(remapDebugLoc(I.getDebugLoc()));
  691   setDebugLoc(DILocation::getMergedLocation(LocA, LocB));
 1439     unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc(unwrap<MDNode>(Loc)));
 1441     unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc());
lib/IR/Instruction.cpp
  726     setDebugLoc(SrcInst.getDebugLoc());
lib/IR/Instructions.cpp
  459   NewCI->setDebugLoc(CI->getDebugLoc());
  770   NewII->setDebugLoc(II->getDebugLoc());
  855   NewCBI->setDebugLoc(CBI->getDebugLoc());
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 2289   NewCall->setDebugLoc(DLoc);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  402   NewCall->setDebugLoc(CI->getDebugLoc());
  775       NewCall->setDebugLoc(II->getDebugLoc());
lib/Target/X86/X86WinEHState.cpp
  506   NewCS->setDebugLoc(CS->getDebugLoc());
lib/Transforms/IPO/ArgumentPromotion.cpp
  340     NewCS->setDebugLoc(Call->getDebugLoc());
lib/Transforms/IPO/DeadArgumentElimination.cpp
  209     NewCS->setDebugLoc(Call->getDebugLoc());
  947     NewCS->setDebugLoc(Call->getDebugLoc());
lib/Transforms/IPO/GlobalOpt.cpp
 1731       NSI->setDebugLoc(SI->getDebugLoc());
 1746       NLI->setDebugLoc(LI->getDebugLoc());
 1747       NSI->setDebugLoc(LI->getDebugLoc());
lib/Transforms/IPO/MergeFunctions.cpp
  729       CI->setDebugLoc(CIDbgLoc);
  730       RI->setDebugLoc(RIDbgLoc);
lib/Transforms/InstCombine/InstCombineAddSub.cpp
  688   NewInstr->setDebugLoc(Instr->getDebugLoc());
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 3144             cast<Instruction>(Opnd0)->setDebugLoc(I.getDebugLoc());
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4655       NC->setDebugLoc(Caller->getDebugLoc());
 4827       NewCaller->setDebugLoc(Call.getDebugLoc());
lib/Transforms/InstCombine/InstCombineInternal.h
  651     New->setDebugLoc(Old.getDebugLoc());
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1006     SI->setDebugLoc(LI.getDebugLoc());
 1577     PN->setDebugLoc(MergedLoc);
 1586   NewSI->setDebugLoc(MergedLoc);
lib/Transforms/InstCombine/InstCombinePHI.cpp
   34   Inst->setDebugLoc(FirstInst->getDebugLoc());
lib/Transforms/InstCombine/InstructionCombining.cpp
 3318           Result->setDebugLoc(I->getDebugLoc());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1731   Crash->setDebugLoc(OrigIns->getDebugLoc());
lib/Transforms/Instrumentation/BoundsChecking.cpp
  192     TrapCall->setDebugLoc(DebugLoc);
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  426   StoreStrong->setDebugLoc(Store->getDebugLoc());
lib/Transforms/Scalar/ADCE.cpp
  667     NewTerm->setDebugLoc(DL);
lib/Transforms/Scalar/CallSiteSplitting.cpp
  319     CallPN->setDebugLoc(Instr->getDebugLoc());
  403       NewPN->setDebugLoc(CurrentI->getDebugLoc());
lib/Transforms/Scalar/ConstantHoisting.cpp
  758     Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
  782       ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
  809     ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
  877       Base->setDebugLoc(IP->getDebugLoc());
  891         Base->setDebugLoc(DILocation::getMergedLocation(
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  524   BinOp->setDebugLoc(SI->getDebugLoc());
  666   BO->setDebugLoc(SDI->getDebugLoc());
  688   BO->setDebugLoc(SDI->getDebugLoc());
  711   BO->setDebugLoc(SDI->getDebugLoc());
  733   ZExt->setDebugLoc(SDI->getDebugLoc());
lib/Transforms/Scalar/DeadStoreElimination.cpp
  952     NewDestGEP->setDebugLoc(EarlierIntrinsic->getDebugLoc());
lib/Transforms/Scalar/GVN.cpp
 1231       I->setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
 1248     NewLoad->setDebugLoc(LI->getDebugLoc());
 1282     I->setDebugLoc(LI->getDebugLoc());
 1374         I->setDebugLoc(LI->getDebugLoc());
 2233   Instr->setDebugLoc(Instr->getDebugLoc());
 2400   Phi->setDebugLoc(CurInst->getDebugLoc());
lib/Transforms/Scalar/IndVarSimplify.cpp
 1784     WideInc->setDebugLoc(OrigInc->getDebugLoc());
lib/Transforms/Scalar/JumpThreading.cpp
 1164         UncondBr->setDebugLoc(CondBr->getDebugLoc());
 1269       UncondBI->setDebugLoc(BI->getDebugLoc());
 1477     NewVal->setDebugLoc(LoadI->getDebugLoc());
 1493   PN->setDebugLoc(LoadI->getDebugLoc());
 2027   NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
lib/Transforms/Scalar/LICM.cpp
 1694     I.setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt()));
 1804       NewSI->setDebugLoc(DL);
 2123   PreheaderLoad->setDebugLoc(DL);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 1034   NewCall->setDebugLoc(TheStore->getDebugLoc());
 1169   NewCall->setDebugLoc(SI->getDebugLoc());
 1642   CI->setDebugLoc(DL);
 1656   CI->setDebugLoc(DL);
 1803       (cast<Instruction>(NewCount))->setDebugLoc(DL);
 1813       (cast<Instruction>(NewCount))->setDebugLoc(DL);
lib/Transforms/Scalar/MemCpyOptimizer.cpp
  406       AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc());
lib/Transforms/Scalar/Reassociate.cpp
  281   Res->setDebugLoc(Neg->getDebugLoc());
  967   New->setDebugLoc(Sub->getDebugLoc());
  986   Mul->setDebugLoc(Shl->getDebugLoc());
 1192   I->setDebugLoc(InsertBefore->getDebugLoc());
 2231         VI->setDebugLoc(I->getDebugLoc());
 2269       OI->setDebugLoc(I->getDebugLoc());
lib/Transforms/Scalar/SROA.cpp
 4170     NewAI->setDebugLoc(AI.getDebugLoc());
lib/Transforms/Scalar/Scalarizer.cpp
  411         New->setDebugLoc(Op->getDebugLoc());
lib/Transforms/Scalar/TailRecursionElimination.cpp
  576     BI->setDebugLoc(CI->getDebugLoc());
  677   NewBI->setDebugLoc(CI->getDebugLoc());
lib/Transforms/Utils/AddDiscriminators.cpp
  218         I.setDebugLoc(NewDIL.getValue());
  256           I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/BasicBlockUtils.cpp
  343     I->setDebugLoc(BI->getDebugLoc());
  624     BI->setDebugLoc(LI->getLoopFor(BB)->getStartLoc());
  626     BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc());
  681   BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
  722     BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
  828     CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
  873   (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
  875   (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
lib/Transforms/Utils/BreakCriticalEdges.cpp
  165   NewBI->setDebugLoc(TI->getDebugLoc());
lib/Transforms/Utils/CodeExtractor.cpp
 1137       call->setDebugLoc(DL);
 1463         BranchI->setDebugLoc(I.getDebugLoc());
lib/Transforms/Utils/EntryExitInstrumenter.cpp
   35     Call->setDebugLoc(DL);
   49     RetAddr->setDebugLoc(DL);
   56     Call->setDebugLoc(DL);
lib/Transforms/Utils/InlineFunction.cpp
 1422         BI->setDebugLoc(IDL);
 1439       BI->setDebugLoc(TheCallDL);
 1913           NewCI->setDebugLoc(CI->getDebugLoc());
 2236       NewBr->setDebugLoc(Returns[0]->getDebugLoc());
 2340       BI->setDebugLoc(Loc);
 2348       CreatedBranchToNormalDest->setDebugLoc(Loc);
 2369       CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc());
lib/Transforms/Utils/LCSSA.cpp
  150       PN->setDebugLoc(I->getDebugLoc());
lib/Transforms/Utils/Local.cpp
 1922     CallTrap->setDebugLoc(I->getDebugLoc());
 1925   UI->setDebugLoc(I->getDebugLoc());
 1949   NewCall->setDebugLoc(II->getDebugLoc());
 1999   II->setDebugLoc(CI->getDebugLoc());
 2203   NewTI->setDebugLoc(TI->getDebugLoc());
 2624     I->setDebugLoc(InsertPt->getDebugLoc());
lib/Transforms/Utils/LoopRotationUtils.cpp
  485     NewBI->setDebugLoc(PHBI->getDebugLoc());
lib/Transforms/Utils/LoopSimplify.cpp
  380   BETerminator->setDebugLoc(Header->getFirstNonPHI()->getDebugLoc());
lib/Transforms/Utils/LoopUnroll.cpp
  594               I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  305               I.setDebugLoc(NewDIL.getValue());
lib/Transforms/Utils/LoopUnrollRuntime.cpp
  680     NewExitTerminator->setDebugLoc(Header->getTerminator()->getDebugLoc());
lib/Transforms/Utils/LowerInvoke.cpp
   60       NewCall->setDebugLoc(II->getDebugLoc());
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  868     PN->setDebugLoc(DL);
lib/Transforms/Utils/SSAUpdater.cpp
  180   InsertedPHI->setDebugLoc(DL);
lib/Transforms/Utils/SimplifyCFG.cpp
 1178       NewSI->setDebugLoc(PTI->getDebugLoc());
 2226     CritEdgeBranch->setDebugLoc(BI->getDebugLoc());
lib/Transforms/Vectorize/LoopVectorize.cpp
 1725   VecInd->setDebugLoc(EntryVal->getDebugLoc());
 1736     LastInduction->setDebugLoc(EntryVal->getDebugLoc());
 3010     BCResumeVal->setDebugLoc(OrigPhi->getDebugLoc());
 3061     cast<Instruction>(CmpN)->setDebugLoc(ScalarLatchBr->getDebugLoc());
 3065   BrInst->setDebugLoc(ScalarLatchBr->getDebugLoc());
tools/clang/lib/CodeGen/CGCall.cpp
 2966     Ret->setDebugLoc(std::move(RetDbgLoc));
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4039     PN->setDebugLoc(Builder.getCurrentDebugLocation());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4346       newCall->setDebugLoc(callSite->getDebugLoc());
tools/opt/Debugify.cpp
  108         I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
tools/polly/lib/CodeGen/BlockGenerators.cpp
  249     NewInst->setDebugLoc(llvm::DebugLoc());
unittests/IR/IRBuilderTest.cpp
  707   I->setDebugLoc(DebugLoc::get(2, 0, BadScope));
  729   I->setDebugLoc(DebugLoc::get(3, 2, SP));
  730   R->setDebugLoc(DebugLoc::get(4, 2, SP));
  759   I->setDebugLoc(NewDL);
  817   Br->setDebugLoc(DL1);
  825   Call1->setDebugLoc(DL2);
unittests/IR/InstructionsTest.cpp
  551   Call->setDebugLoc(DebugLoc(MDNode::get(C, None)));
  581   Invoke->setDebugLoc(DebugLoc(MDNode::get(C, None)));