HomeSort by relevance Sort by last modified time
    Searched refs:setDebugLoc (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 77 CallTrap->setDebugLoc(I->getDebugLoc());
98 NewCall->setDebugLoc(II->getDebugLoc());
Reassociate.cpp 220 Res->setDebugLoc(Neg->getDebugLoc());
510 New->setDebugLoc(Sub->getDebugLoc());
536 Mul->setDebugLoc(Shl->getDebugLoc());
    [all...]
LoopRotation.cpp 330 NewBI->setDebugLoc(PHBI->getDebugLoc());
LICM.cpp 650 NewSI->setDebugLoc(DL);
794 PreheaderLoad->setDebugLoc(DL);
LoopIdiomRecognize.cpp 537 NewCall->setDebugLoc(TheStore->getDebugLoc());
622 NewCall->setDebugLoc(SI->getDebugLoc());
JumpThreading.cpp     [all...]
TailRecursionElimination.cpp 578 NewBI->setDebugLoc(CI->getDebugLoc());
GVN.cpp     [all...]
MemCpyOptimizer.cpp 465 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 116 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());
    [all...]
InstCombine.h 244 New->setDebugLoc(Old.getDebugLoc());
InstCombineLoadStoreAlloca.cpp 610 NewSI->setDebugLoc(OtherStore->getDebugLoc());
  /external/llvm/include/llvm/
Instruction.h 173 /// setDebugLoc - Set the debug location information for this instruction.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 183 Call->setDebugLoc(II->getDebugLoc());
StripSymbols.cpp 278 BI->setDebugLoc(DebugLoc());
DeadArgumentElimination.cpp 257 New->setDebugLoc(Call->getDebugLoc());
835 New->setDebugLoc(Call->getDebugLoc());
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 816 DbgVal->setDebugLoc(SIDL);
819 DbgVal->setDebugLoc(DDI->getDebugLoc());
838 DbgVal->setDebugLoc(LIDL);
    [all...]
LowerInvoke.cpp 183 NewCall->setDebugLoc(II->getDebugLoc());
263 NewCall->setDebugLoc(II->getDebugLoc());
BreakCriticalEdges.cpp 189 NewBI->setDebugLoc(TI->getDebugLoc());
SSAUpdater.cpp 194 InsertedPHI->setDebugLoc(GetFirstDebugLocInBasicBlock(BB));
LoopSimplify.cpp 386 NewBB->getTerminator()->setDebugLoc(Header->getFirstNonPHI()->getDebugLoc());
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 534 /// setDebugLoc - Replace current source information with new such.
537 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
  /external/llvm/lib/VMCore/
Instruction.cpp 460 New->setDebugLoc(getDebugLoc());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 168 BO->setDebugLoc(SaveInsertPt->getDebugLoc());
    [all...]

Completed in 976 milliseconds

1 2