Searched refs:setDebugLoc (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp116 NewCI->setDebugLoc(FirstInst->getDebugLoc());
126 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
234 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
382 NewLI->setDebugLoc(FirstLI->getDebugLoc());
486 NewCI->setDebugLoc(FirstInst->getDebugLoc());
495 BinOp->setDebugLoc(FirstInst->getDebugLoc());
502 NewCI->setDebugLoc(FirstInst->getDebugLoc());
H A DInstCombineMulDivRem.cpp487 cast<Instruction>(T)->setDebugLoc(I.getDebugLoc());
518 T->setDebugLoc(I.getDebugLoc());
976 T->setDebugLoc(I.getDebugLoc());
H A DInstCombine.h255 New->setDebugLoc(Old.getDebugLoc());
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp85 CallTrap->setDebugLoc(I->getDebugLoc());
105 NewCall->setDebugLoc(II->getDebugLoc());
H A DLoopIdiomRecognize.cpp517 (cast<Instruction>(NewCount))->setDebugLoc(DL);
527 (cast<Instruction>(NewCount))->setDebugLoc(DL);
622 CI->setDebugLoc(DL);
1041 NewCall->setDebugLoc(TheStore->getDebugLoc());
1126 NewCall->setDebugLoc(SI->getDebugLoc());
H A DReassociate.cpp334 Res->setDebugLoc(Neg->getDebugLoc());
950 New->setDebugLoc(Sub->getDebugLoc());
968 Mul->setDebugLoc(Shl->getDebugLoc());
1142 I->setDebugLoc(InsertBefore->getDebugLoc());
1942 VI->setDebugLoc(I->getDebugLoc());
1971 OI->setDebugLoc(I->getDebugLoc());
H A DLICM.cpp702 NewSI->setDebugLoc(DL);
864 PreheaderLoad->setDebugLoc(DL);
H A DLoopRotation.cpp470 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp592 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp960 NewVal->setDebugLoc(LI->getDebugLoc());
976 PN->setDebugLoc(LI->getDebugLoc());
1408 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp478 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
763 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
861 BI->setDebugLoc(Loc);
869 CreatedBranchToNormalDest->setDebugLoc(Loc);
890 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc());
H A DLocal.cpp879 DbgVal->setDebugLoc(SIDL);
882 DbgVal->setDebugLoc(DDI->getDebugLoc());
904 DbgVal->setDebugLoc(LIDL);
907 DbgVal->setDebugLoc(DDI->getDebugLoc());
H A DLowerInvoke.cpp182 NewCall->setDebugLoc(II->getDebugLoc());
248 NewCall->setDebugLoc(II->getDebugLoc());
H A DBreakCriticalEdges.cpp195 NewBI->setDebugLoc(TI->getDebugLoc());
H A DSSAUpdater.cpp197 InsertedPHI->setDebugLoc(DL);
H A DLoopSimplify.cpp401 PreheaderBB->getTerminator()->setDebugLoc(
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstruction.h174 /// setDebugLoc - Set the debug location information for this instruction.
175 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } function in class:llvm::Instruction
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp186 Call->setDebugLoc(II->getDebugLoc());
H A DStripSymbols.cpp278 BI->setDebugLoc(DebugLoc());
H A DDeadArgumentElimination.cpp298 New->setDebugLoc(Call->getDebugLoc());
902 New->setDebugLoc(Call->getDebugLoc());
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp91 TrapCall->setDebugLoc(Inst->getDebugLoc());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2512 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2528 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2557 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2572 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2659 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column,
2825 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
2831 DbgDecl->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h985 /// setDebugLoc - Replace current source information with new such.
988 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstruction.cpp553 New->setDebugLoc(getDebugLoc());
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp363 StoreStrong->setDebugLoc(Store->getDebugLoc());

Completed in 302 milliseconds

12