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

12

/external/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 DInstCombine.h248 New->setDebugLoc(Old.getDebugLoc());
H A DInstCombineLoadStoreAlloca.cpp814 NewSI->setDebugLoc(OtherStore->getDebugLoc());
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp77 CallTrap->setDebugLoc(I->getDebugLoc());
97 NewCall->setDebugLoc(II->getDebugLoc());
H A DLICM.cpp698 NewSI->setDebugLoc(DL);
850 PreheaderLoad->setDebugLoc(DL);
H A DLoopIdiomRecognize.cpp539 NewCall->setDebugLoc(TheStore->getDebugLoc());
624 NewCall->setDebugLoc(SI->getDebugLoc());
H A DReassociate.cpp248 Res->setDebugLoc(Neg->getDebugLoc());
907 New->setDebugLoc(Sub->getDebugLoc());
925 Mul->setDebugLoc(Shl->getDebugLoc());
1634 VI->setDebugLoc(I->getDebugLoc());
1663 OI->setDebugLoc(I->getDebugLoc());
H A DLoopRotation.cpp443 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DTailRecursionElimination.cpp578 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp951 NewVal->setDebugLoc(LI->getDebugLoc());
967 PN->setDebugLoc(LI->getDebugLoc());
1399 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
H A DGVN.cpp1719 NewLoad->setDebugLoc(LI->getDebugLoc());
2513 PREInstr->setDebugLoc(CurInst->getDebugLoc());
2533 Phi->setDebugLoc(CurInst->getDebugLoc());
/external/llvm/include/llvm/
H A DInstruction.h173 /// setDebugLoc - Set the debug location information for this instruction.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } function in class:llvm::Instruction
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp182 Call->setDebugLoc(II->getDebugLoc());
H A DStripSymbols.cpp279 BI->setDebugLoc(DebugLoc());
H A DDeadArgumentElimination.cpp257 New->setDebugLoc(Call->getDebugLoc());
833 New->setDebugLoc(Call->getDebugLoc());
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp92 TrapCall->setDebugLoc(Inst->getDebugLoc());
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp824 DbgVal->setDebugLoc(SIDL);
827 DbgVal->setDebugLoc(DDI->getDebugLoc());
846 DbgVal->setDebugLoc(LIDL);
849 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.cpp394 PreheaderBB->getTerminator()->setDebugLoc(
/external/llvm/lib/VMCore/
H A DInstruction.cpp445 New->setDebugLoc(getDebugLoc());
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h939 /// setDebugLoc - Replace current source information with new such.
942 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2327 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2343 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2356 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2386 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2454 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column,
2619 declare->setDebugLoc(llvm::DebugLoc::get(line, column, scope));
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp194 BO->setDebugLoc(SaveInsertPt->getDebugLoc());
1355 Add->setDebugLoc(HP->getTerminator()->getDebugLoc());

Completed in 410 milliseconds

12