Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp118 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp65 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
H A DBasicBlockUtils.cpp700 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
703 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
748 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
750 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
753 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
H A DAddDiscriminators.cpp209 I1->setDebugLoc(newDebugLoc); in runOnFunction()
H A DInlineFunction.cpp212 II->setDebugLoc(CI->getDebugLoc()); in HandleCallsInBlockInlinedThroughInvoke()
869 BI->setDebugLoc(TheCallDL); in fixupLineNumbers()
871 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext())); in fixupLineNumbers()
1245 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
1343 BI->setDebugLoc(Loc); in InlineFunction()
1351 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
1372 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
H A DLocal.cpp1021 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
1041 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
1086 DbgVal->setDebugLoc(DDI->getDebugLoc()); in LowerDbgDeclare()
1152 CallTrap->setDebugLoc(I->getDebugLoc()); in changeToUnreachable()
1172 NewCall->setDebugLoc(II->getDebugLoc()); in changeToCall()
H A DBreakCriticalEdges.cpp148 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
H A DSSAUpdater.cpp167 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemcpy()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp477 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()
H A DLoopIdiomRecognize.cpp515 (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()
H A DReassociate.cpp398 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
1035 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract()
1055 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul()
1261 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr()
2054 NI->setDebugLoc(I->getDebugLoc()); in canonicalizeNegConstExpr()
2206 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
2244 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
H A DLICM.cpp765 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion()
934 PreheaderLoad->setDebugLoc(DL); in PromoteAliasSet()
H A DJumpThreading.cpp1008 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad()
1024 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad()
1466 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
H A DLoopRotation.cpp551 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp51 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp90 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp190 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h204 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp185 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
H A DDeadArgumentElimination.cpp273 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs()
947 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp450 NewCI->setDebugLoc(CI->getDebugLoc()); in UpgradeIntrinsicCall()
459 NewCI->setDebugLoc(CI->getDebugLoc()); in UpgradeIntrinsicCall()
H A DInstruction.cpp545 New->setDebugLoc(getDebugLoc()); in clone()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp94 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp280 StoreStrong->setDebugLoc(Store->getDebugLoc()); in ContractRelease()

123