OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDebugLoc
(Results
1 - 25
of
46
) sorted by null
1
2
/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
256
New->
setDebugLoc
(Old.getDebugLoc());
InstCombineMulDivRem.cpp
519
cast<Instruction>(T)->
setDebugLoc
(I.getDebugLoc());
550
T->
setDebugLoc
(I.getDebugLoc());
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
84
CallTrap->
setDebugLoc
(I->getDebugLoc());
104
NewCall->
setDebugLoc
(II->getDebugLoc());
LoopIdiomRecognize.cpp
517
(cast<Instruction>(NewCount))->
setDebugLoc
(DL);
527
(cast<Instruction>(NewCount))->
setDebugLoc
(DL);
622
CI->
setDebugLoc
(DL);
[
all
...]
Reassociate.cpp
327
Res->
setDebugLoc
(Neg->getDebugLoc());
[
all
...]
LICM.cpp
702
NewSI->
setDebugLoc
(DL);
[
all
...]
LoopRotation.cpp
470
NewBI->
setDebugLoc
(PHBI->getDebugLoc());
JumpThreading.cpp
[
all
...]
TailRecursionElimination.cpp
615
NewBI->
setDebugLoc
(CI->getDebugLoc());
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
478
BI->
setDebugLoc
(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
763
NewBr->
setDebugLoc
(Returns[0]->getDebugLoc());
[
all
...]
Local.cpp
[
all
...]
LowerInvoke.cpp
179
NewCall->
setDebugLoc
(II->getDebugLoc());
245
NewCall->
setDebugLoc
(II->getDebugLoc());
BreakCriticalEdges.cpp
163
NewBI->
setDebugLoc
(TI->getDebugLoc());
SSAUpdater.cpp
168
InsertedPHI->
setDebugLoc
(DL);
LoopSimplify.cpp
402
PreheaderBB->getTerminator()->
setDebugLoc
(
/external/llvm/include/llvm/IR/
Instruction.h
174
///
setDebugLoc
- Set the debug location information for this instruction.
175
void
setDebugLoc
(const DebugLoc &Loc) { DbgLoc = Loc; }
/external/llvm/lib/Transforms/IPO/
PruneEH.cpp
184
Call->
setDebugLoc
(II->getDebugLoc());
StripSymbols.cpp
278
BI->
setDebugLoc
(DebugLoc());
DeadArgumentElimination.cpp
302
New->
setDebugLoc
(Call->getDebugLoc());
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
91
TrapCall->
setDebugLoc
(Inst->getDebugLoc());
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
279
StoreStrong->
setDebugLoc
(Store->getDebugLoc());
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
/external/llvm/lib/IR/
Instruction.cpp
553
New->
setDebugLoc
(getDebugLoc());
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
Completed in 722 milliseconds
1
2