OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTWP
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp
101
static DominatorTree *getGraph(DominatorTreeWrapperPass *
DTWP
) {
102
return &
DTWP
->getDomTree();
BasicAliasAnalysis.cpp
1806
auto &
DTWP
= getAnalysis<DominatorTreeWrapperPass>();
1811
&
DTWP
.getDomTree(),
InstructionSimplify.cpp
6064
auto *
DTWP
= P.getAnalysisIfAvailable<DominatorTreeWrapperPass>();
6065
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerConstantIntrinsics.cpp
178
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
179
DT = &
DTWP
->getDomTree();
PartiallyInlineLibCalls.cpp
192
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
193
DT = &
DTWP
->getDomTree();
ADCE.cpp
723
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
724
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
LoopFlatten.cpp
738
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
739
DominatorTree *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
TailRecursionElimination.cpp
852
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
853
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
MergeICmps.cpp
903
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
905
return runImpl(F, TLI, TTI, AA,
DTWP
? &
DTWP
->getDomTree() : nullptr);
ScalarizeMaskedMemIntrin.cpp
896
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
897
DT = &
DTWP
->getDomTree();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AssumeBundleBuilder.cpp
585
DominatorTreeWrapperPass *
DTWP
=
587
return simplifyAssumes(F, &AC,
DTWP
? &
DTWP
->getDomTree() : nullptr);
630
DominatorTreeWrapperPass *
DTWP
=
633
salvageKnowledge(&I, &AC,
DTWP
? &
DTWP
->getDomTree() : nullptr);
BreakCriticalEdges.cpp
51
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
52
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
LibCallsShrinkWrap.cpp
538
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
539
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IndirectBrExpandPass.cpp
98
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
99
DTU.emplace(
DTWP
->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy);
StackProtector.cpp
87
DominatorTreeWrapperPass *
DTWP
=
89
DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
DwarfEHPrepare.cpp
288
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
289
DT = &
DTWP
->getDomTree();
ShadowStackGCLowering.cpp
309
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
310
DTU.emplace(
DTWP
->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy);
ExpandMemCmp.cpp
824
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>())
825
DT = &
DTWP
->getDomTree();
SafeStack.cpp
906
if (auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>()) {
907
DT = &
DTWP
->getDomTree();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp
524
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
525
DominatorTree *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLoopInstrFormPrep.cpp
294
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
295
DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp
651
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
652
auto *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp
1374
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
1375
DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
445
auto *
DTWP
= getAnalysisIfAvailable<DominatorTreeWrapperPass>();
446
DominatorTree *DT =
DTWP
? &
DTWP
->getDomTree() : nullptr;
Completed in 109 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026