| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 116 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI() 126 NewBinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI() 234 NewGEP->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgGEPIntoPHI() 382 NewLI->setDebugLoc(FirstLI->getDebugLoc()); in FoldPHIArgLoadIntoPHI() 486 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI() 495 BinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI() 502 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI()
|
| D | InstCombine.h | 257 New->setDebugLoc(Old.getDebugLoc()); in InsertNewInstWith()
|
| D | InstCombineLoadStoreAlloca.cpp | 807 NewSI->setDebugLoc(OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 479 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext())); in fixupLineNumbers() 764 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 862 BI->setDebugLoc(Loc); in InlineFunction() 870 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction() 891 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
| D | Local.cpp | 998 DbgVal->setDebugLoc(SIDL); in ConvertDebugDeclareToDebugValue() 1001 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue() 1025 DbgVal->setDebugLoc(LIDL); in ConvertDebugDeclareToDebugValue() 1028 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue() 1135 CallTrap->setDebugLoc(I->getDebugLoc()); in changeToUnreachable() 1155 NewCall->setDebugLoc(II->getDebugLoc()); in changeToCall()
|
| D | LowerInvoke.cpp | 179 NewCall->setDebugLoc(II->getDebugLoc()); in insertCheapEHSupport() 245 NewCall->setDebugLoc(II->getDebugLoc()); in rewriteExpensiveInvoke()
|
| D | BreakCriticalEdges.cpp | 161 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
| D | SSAUpdater.cpp | 168 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
|
| D | LoopSimplify.cpp | 402 PreheaderBB->getTerminator()->setDebugLoc( in InsertPreheaderForLoop()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 517 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 527 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 622 CI->setDebugLoc(DL); in createPopcntIntrinsic() 1053 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore() 1138 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
|
| D | Reassociate.cpp | 327 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply() 943 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract() 961 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul() 1135 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr() 1935 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression() 1964 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
|
| D | LICM.cpp | 702 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion() 864 PreheaderLoad->setDebugLoc(DL); in PromoteAliasSet()
|
| D | LoopRotation.cpp | 470 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
| D | JumpThreading.cpp | 971 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 987 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1419 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
| D | TailRecursionElimination.cpp | 615 NewBI->setDebugLoc(CI->getDebugLoc()); in EliminateRecursiveTailCall()
|
| D | GVN.cpp | 1673 NewLoad->setDebugLoc(LI->getDebugLoc()); in PerformLoadPRE() 2546 PREInstr->setDebugLoc(CurInst->getDebugLoc()); in performPRE() 2566 Phi->setDebugLoc(CurInst->getDebugLoc()); in performPRE()
|
| D | MemCpyOptimizer.cpp | 468 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | BoundsChecking.cpp | 91 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | Instruction.h | 175 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | PruneEH.cpp | 184 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
|
| D | DeadArgumentElimination.cpp | 302 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs() 968 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 279 StoreStrong->setDebugLoc(Store->getDebugLoc()); in ContractRelease()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Instruction.cpp | 554 New->setDebugLoc(getDebugLoc()); in clone()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 989 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 2779 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare() 2809 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare() 2824 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare() 2912 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, in EmitDeclareOfBlockDeclRefVariable() 3078 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope)); in EmitDeclareOfBlockLiteralArgVariable() 3084 DbgDecl->setDebugLoc(llvm::DebugLoc::get(line, column, scope)); in EmitDeclareOfBlockLiteralArgVariable()
|