/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 118 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI() 128 NewBinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI() 236 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 | 272 New->setDebugLoc(Old.getDebugLoc()); in InsertNewInstWith()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 192 II->setDebugLoc(CI->getDebugLoc()); in HandleCallsInBlockInlinedThroughInvoke() 475 BI->setDebugLoc(TheCallDL); in fixupLineNumbers() 477 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext())); in fixupLineNumbers() 853 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 951 BI->setDebugLoc(Loc); in InlineFunction() 959 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction() 980 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
D | LowerInvoke.cpp | 65 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
|
D | BasicBlockUtils.cpp | 687 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen() 690 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen() 721 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse() 723 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse() 726 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
|
D | AddDiscriminators.cpp | 211 I1->setDebugLoc(newDebugLoc); in runOnFunction()
|
D | Local.cpp | 1000 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue() 1020 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue() 1065 DbgVal->setDebugLoc(DDI->getDebugLoc()); in LowerDbgDeclare() 1136 CallTrap->setDebugLoc(I->getDebugLoc()); in changeToUnreachable() 1156 NewCall->setDebugLoc(II->getDebugLoc()); in changeToCall()
|
D | BreakCriticalEdges.cpp | 162 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | SSAUpdater.cpp | 167 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 477 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants() 501 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants() 520 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants() 560 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc()); in emitBaseConstants()
|
D | LoopIdiomRecognize.cpp | 515 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 525 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 618 CI->setDebugLoc(DL); in createPopcntIntrinsic() 1052 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore() 1137 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
|
D | Reassociate.cpp | 327 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply() 942 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract() 960 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul() 1134 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr() 1936 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression() 1965 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
|
D | LICM.cpp | 745 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion() 907 PreheaderLoad->setDebugLoc(DL); in PromoteAliasSet()
|
D | LoopRotation.cpp | 512 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | JumpThreading.cpp | 985 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1001 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1433 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 52 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 90 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 190 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 193 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 185 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
|
D | DeadArgumentElimination.cpp | 268 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs() 936 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 67 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 280 StoreStrong->setDebugLoc(Store->getDebugLoc()); in ContractRelease()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 536 New->setDebugLoc(getDebugLoc()); in clone()
|