OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDomTree
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h
45
const DominatorTree *
getDomTree
() const { return DT; }
/external/llvm/lib/Analysis/
DominanceFrontier.cpp
40
Base.analyze(getAnalysis<DominatorTreeWrapperPass>().
getDomTree
());
RegionInfo.cpp
130
auto DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
DomPrinter.cpp
86
return &DTWP->
getDomTree
();
DivergenceAnalysis.cpp
289
getAnalysis<DominatorTreeWrapperPass>().
getDomTree
(),
DemandedBits.cpp
267
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
IVUsers.cpp
268
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp
73
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp
71
DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
SimplifyInstructions.cpp
53
const DominatorTree *DT = DTWP ? &DTWP->
getDomTree
() : nullptr;
BreakCriticalEdges.cpp
46
auto *DT = DTWP ? &DTWP->
getDomTree
() : nullptr;
LCSSA.cpp
324
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/include/llvm/IR/
Dominators.h
236
DominatorTree &
getDomTree
() { return DT; }
237
const DominatorTree &
getDomTree
() const { return DT; }
/external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp
346
*NewPt->getParent()->getParent()).
getDomTree
();
371
*NewPt->getParent()->getParent()).
getDomTree
();
472
*FctToInstPtsIt.first).
getDomTree
();
AArch64AddressTypePromotion.cpp
381
DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp
78
DominatorTree *DT = DTWP ? &DTWP->
getDomTree
() : nullptr;
LoopDeletion.cpp
211
DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
Sink.cpp
100
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/unittests/Analysis/
CFGTest.cpp
93
&getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
258
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
StackProtector.cpp
90
DT = DTWP ? &DTWP->
getDomTree
() : nullptr;
/external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp
245
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
95
DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp
324
DT = &getAnalysis<DominatorTreeWrapperPass>().
getDomTree
();
/external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp
150
DT = DTWP ? &DTWP->
getDomTree
() : nullptr;
Completed in 577 milliseconds
1
2
3