| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A 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()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 65 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
|
| H A D | BasicBlockUtils.cpp | 700 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 D | AddDiscriminators.cpp | 209 I1->setDebugLoc(newDebugLoc); in runOnFunction()
|
| H A D | InlineFunction.cpp | 212 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 D | Local.cpp | 1021 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 D | BreakCriticalEdges.cpp | 148 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
| H A D | SSAUpdater.cpp | 167 InsertedPHI->setDebugLoc(DL); in GetValueInMiddleOfBlock()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemcpy()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A 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()
|
| H A 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()
|
| H A D | Reassociate.cpp | 398 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 D | LICM.cpp | 765 NewSI->setDebugLoc(DL); in doExtraRewritesBeforeFinalDeletion() 934 PreheaderLoad->setDebugLoc(DL); in PromoteAliasSet()
|
| H A D | JumpThreading.cpp | 1008 NewVal->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1024 PN->setDebugLoc(LI->getDebugLoc()); in SimplifyPartiallyRedundantLoad() 1466 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
| H A D | LoopRotation.cpp | 551 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 51 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 90 TrapCall->setDebugLoc(Inst->getDebugLoc()); in getTrapBB()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 190 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 204 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PruneEH.cpp | 185 Call->setDebugLoc(II->getDebugLoc()); in SimplifyFunction()
|
| H A D | DeadArgumentElimination.cpp | 273 New->setDebugLoc(Call->getDebugLoc()); in DeleteDeadVarargs() 947 New->setDebugLoc(Call->getDebugLoc()); in RemoveDeadStuffFromFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 450 NewCI->setDebugLoc(CI->getDebugLoc()); in UpgradeIntrinsicCall() 459 NewCI->setDebugLoc(CI->getDebugLoc()); in UpgradeIntrinsicCall()
|
| H A D | Instruction.cpp | 545 New->setDebugLoc(getDebugLoc()); in clone()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.cpp | 94 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 280 StoreStrong->setDebugLoc(Store->getDebugLoc()); in ContractRelease()
|