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

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 45 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 52 CLI.setDebugLoc(dl)
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 39 CLI.setDebugLoc(dl)
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 65 NewCall->setDebugLoc(II->getDebugLoc());
AddDiscriminators.cpp 205 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(),
235 Current->setDebugLoc(DILocation::get(
BasicBlockUtils.cpp 216 I->setDebugLoc(BI->getDebugLoc());
499 BI->setDebugLoc(BB->getFirstNonPHI()->getDebugLoc());
562 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
603 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
721 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
768 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
770 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
    [all...]
InlineFunction.cpp 220 II->setDebugLoc(CI->getDebugLoc());
    [all...]
BreakCriticalEdges.cpp 152 NewBI->setDebugLoc(TI->getDebugLoc());
Local.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 117 NewCI->setDebugLoc(FirstInst->getDebugLoc());
127 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
236 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
396 NewLI->setDebugLoc(FirstLI->getDebugLoc());
578 NewCI->setDebugLoc(FirstInst->getDebugLoc());
587 BinOp->setDebugLoc(FirstInst->getDebugLoc());
594 NewCI->setDebugLoc(FirstInst->getDebugLoc());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 481 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
505 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
524 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
564 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
LoopIdiomRecognize.cpp 599 NewCall->setDebugLoc(TheStore->getDebugLoc());
706 NewCall->setDebugLoc(SI->getDebugLoc());
    [all...]
Reassociate.cpp 363 Res->setDebugLoc(Neg->getDebugLoc());
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 343 I->setDebugLoc(DebugLoc::get(2, 0, BadScope));
395 Br->setDebugLoc(DL1);
403 Call1->setDebugLoc(DL2);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 393 New->setDebugLoc(Inst->getDebugLoc());
412 Result->setDebugLoc(Inst->getDebugLoc());
  /external/llvm/include/llvm/IR/
Instruction.h 227 /// setDebugLoc - Set the debug location information for this instruction.
228 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 199 Call->setDebugLoc(II->getDebugLoc());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 88 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 229 inst.setDebugLoc(llvm::DebugLoc::get(1, 1, ExpandedFunc));
  /external/llvm/lib/IR/
BasicBlock.cpp 377 BI->setDebugLoc(Loc);
DebugInfo.cpp 311 I.setDebugLoc(DebugLoc());
Instruction.cpp 585 New->setDebugLoc(getDebugLoc());
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 118 CLI.setDebugLoc(dl)
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 88 CLI.setDebugLoc(dl).setChain(Chain)
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 387 StoreStrong->setDebugLoc(Store->getDebugLoc());

Completed in 655 milliseconds

1 2 3