Home
last modified time | relevance | path

Searched refs:setDebugLoc (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp116 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()
DInstCombine.h248 New->setDebugLoc(Old.getDebugLoc()); in InsertNewInstWith()
DInstCombineLoadStoreAlloca.cpp814 NewSI->setDebugLoc(OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp77 CallTrap->setDebugLoc(I->getDebugLoc()); in changeToUnreachable()
97 NewCall->setDebugLoc(II->getDebugLoc()); in changeToCall()
DReassociate.cpp248 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
907 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract()
925 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul()
1634 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
1663 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
DLoopIdiomRecognize.cpp539 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
624 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
DLICM.cpp698 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion()
850 PreheaderLoad->setDebugLoc(DL); in PromoteAliasSet()
DLoopRotation.cpp443 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DJumpThreading.cpp951 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad()
967 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad()
1399 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
DTailRecursionElimination.cpp578 NewBI->setDebugLoc(CI->getDebugLoc()); in EliminateRecursiveTailCall()
DGVN.cpp1719 NewLoad->setDebugLoc(LI->getDebugLoc()); in processNonLocalLoad()
2513 PREInstr->setDebugLoc(CurInst->getDebugLoc()); in performPRE()
2533 Phi->setDebugLoc(CurInst->getDebugLoc()); in performPRE()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp824 DbgVal->setDebugLoc(SIDL); in ConvertDebugDeclareToDebugValue()
827 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
846 DbgVal->setDebugLoc(LIDL); in ConvertDebugDeclareToDebugValue()
849 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
DLowerInvoke.cpp182 NewCall->setDebugLoc(II->getDebugLoc()); in insertCheapEHSupport()
248 NewCall->setDebugLoc(II->getDebugLoc()); in rewriteExpensiveInvoke()
DBreakCriticalEdges.cpp195 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DSSAUpdater.cpp197 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
DLoopSimplify.cpp394 PreheaderBB->getTerminator()->setDebugLoc( in InsertPreheaderForLoop()
DInlineFunction.cpp468 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext())); in fixupLineNumbers()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp92 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
/external/llvm/include/llvm/
DInstruction.h174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp182 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
DStripSymbols.cpp279 BI->setDebugLoc(DebugLoc()); in StripDebugInfo()
DDeadArgumentElimination.cpp257 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs()
833 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
/external/llvm/lib/VMCore/
DInstruction.cpp445 New->setDebugLoc(getDebugLoc()); in clone()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2327 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare()
2343 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare()
2356 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare()
2386 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope)); in EmitDeclare()
2454 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, in EmitDeclareOfBlockDeclRefVariable()
2619 declare->setDebugLoc(llvm::DebugLoc::get(line, column, scope)); in EmitDeclareOfBlockLiteralArgVariable()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h942 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }

12