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

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 52 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 45 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 65 NewCall->setDebugLoc(II->getDebugLoc());
AddDiscriminators.cpp 211 I1->setDebugLoc(newDebugLoc);
InlineFunction.cpp 192 II->setDebugLoc(CI->getDebugLoc());
475 BI->setDebugLoc(TheCallDL);
477 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
    [all...]
BasicBlockUtils.cpp 687 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
690 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc());
721 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
723 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
726 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc());
    [all...]
BreakCriticalEdges.cpp 162 NewBI->setDebugLoc(TI->getDebugLoc());
Local.cpp     [all...]
SSAUpdater.cpp 167 InsertedPHI->setDebugLoc(DL);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 118 NewCI->setDebugLoc(FirstInst->getDebugLoc());
128 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
236 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...]
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 477 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
501 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
520 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
560 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
LoopIdiomRecognize.cpp 515 (cast<Instruction>(NewCount))->setDebugLoc(DL);
525 (cast<Instruction>(NewCount))->setDebugLoc(DL);
618 CI->setDebugLoc(DL);
    [all...]
Reassociate.cpp 327 Res->setDebugLoc(Neg->getDebugLoc());
    [all...]
LoopRotation.cpp 512 NewBI->setDebugLoc(PHBI->getDebugLoc());
LICM.cpp 745 NewSI->setDebugLoc(DL);
    [all...]
JumpThreading.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 192 /// setDebugLoc - Set the debug location information for this instruction.
193 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 190 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 185 Call->setDebugLoc(II->getDebugLoc());
DeadArgumentElimination.cpp 268 New->setDebugLoc(Call->getDebugLoc());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 90 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 67 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/IR/
Instruction.cpp 536 New->setDebugLoc(getDebugLoc());
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 280 StoreStrong->setDebugLoc(Store->getDebugLoc());
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 1115 milliseconds

1 2 3