/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 117 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI() 127 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()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 481 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants() 505 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants() 524 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants() 564 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc()); in emitBaseConstants()
|
D | LoopIdiomRecognize.cpp | 483 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 493 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transform() 578 CI->setDebugLoc(DL); in createPopcntIntrinsic() 1008 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore() 1094 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
|
D | Reassociate.cpp | 396 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply() 1036 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract() 1056 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul() 1262 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr() 2055 NI->setDebugLoc(I->getDebugLoc()); in canonicalizeNegConstExpr() 2205 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression() 2243 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
|
D | LICM.cpp | 750 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion() 932 PreheaderLoad->setDebugLoc(DL); in promoteLoopAccessesToScalars()
|
D | JumpThreading.cpp | 1007 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1023 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1465 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
D | LoopRotation.cpp | 556 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 713 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen() 716 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen() 761 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse() 763 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse() 766 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
|
D | LowerInvoke.cpp | 65 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
|
D | InlineFunction.cpp | 212 II->setDebugLoc(CI->getDebugLoc()); in HandleCallsInBlockInlinedThroughInvoke() 904 BI->setDebugLoc(TheCallDL); in fixupLineNumbers() 906 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes)); in fixupLineNumbers() 1271 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 1369 BI->setDebugLoc(Loc); in InlineFunction() 1377 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction() 1398 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
D | AddDiscriminators.cpp | 218 I1->setDebugLoc(newDebugLoc); in runOnFunction()
|
D | BreakCriticalEdges.cpp | 153 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | SSAUpdater.cpp | 169 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 50 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 88 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 191 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 187 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
|
D | DeadArgumentElimination.cpp | 273 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs() 970 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 226 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 95 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 316 I.setDebugLoc(DebugLoc()); in stripDebugInfo()
|
D | Instruction.cpp | 545 New->setDebugLoc(getDebugLoc()); in clone()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 304 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 387 StoreStrong->setDebugLoc(Store->getDebugLoc()); in tryToContractReleaseIntoStoreStrong()
|