OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemorySSAWrapperPass
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp
46
AU.addRequired<
MemorySSAWrapperPass
>();
60
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
141
MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
103
AU.addPreserved<
MemorySSAWrapperPass
>();
127
auto *MSSAA = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
152
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LoopInstSimplify.cpp
201
MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
215
AU.addRequired<
MemorySSAWrapperPass
>();
216
AU.addPreserved<
MemorySSAWrapperPass
>();
250
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LoopSink.cpp
440
MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
463
AU.addRequired<
MemorySSAWrapperPass
>();
464
AU.addPreserved<
MemorySSAWrapperPass
>();
475
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LoopDeletion.cpp
300
AU.addPreserved<
MemorySSAWrapperPass
>();
321
auto *MSSAAnalysis = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
LoopSimplifyCFG.cpp
738
MemorySSA *MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
754
AU.addRequired<
MemorySSAWrapperPass
>();
755
AU.addPreserved<
MemorySSAWrapperPass
>();
767
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
GVNHoist.cpp
535
auto &MSSA = getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
546
AU.addRequired<
MemorySSAWrapperPass
>();
548
AU.addPreserved<
MemorySSAWrapperPass
>();
1254
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LoopUnswitch.cpp
236
AU.addRequired<
MemorySSAWrapperPass
>();
237
AU.addPreserved<
MemorySSAWrapperPass
>();
408
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
543
MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
MemCpyOptimizer.cpp
291
AU.addRequired<
MemorySSAWrapperPass
>();
292
AU.addPreserved<
MemorySSAWrapperPass
>();
311
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
1779
? &getAnalysis<
MemorySSAWrapperPass
>()
1780
: getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
DeadStoreElimination.cpp
2054
MemorySSA &MSSA = getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
2077
AU.addRequired<
MemorySSAWrapperPass
>();
2079
AU.addPreserved<
MemorySSAWrapperPass
>();
2093
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
EarlyCSE.cpp
1675
UseMemorySSA ? &getAnalysis<
MemorySSAWrapperPass
>().getMSSA() : nullptr;
1689
AU.addRequired<
MemorySSAWrapperPass
>();
1690
AU.addPreserved<
MemorySSAWrapperPass
>();
1733
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LICM.cpp
232
? (&getAnalysis<
MemorySSAWrapperPass
>().getMSSA())
261
AU.addRequired<
MemorySSAWrapperPass
>();
262
AU.addPreserved<
MemorySSAWrapperPass
>();
304
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
SimpleLoopUnswitch.cpp
3021
AU.addRequired<
MemorySSAWrapperPass
>();
3022
AU.addPreserved<
MemorySSAWrapperPass
>();
3046
MSSA = &getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
3091
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
IndVarSimplify.cpp
1960
auto *MSSAAnalysis = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
1971
AU.addPreserved<
MemorySSAWrapperPass
>();
GVN.cpp
3051
auto *MSSAWP = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
3078
AU.addPreserved<
MemorySSAWrapperPass
>();
LoopIdiomRecognize.cpp
285
auto *MSSAAnalysis = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
304
AU.addPreserved<
MemorySSAWrapperPass
>();
NewGVN.cpp
4172
AU.addRequired<
MemorySSAWrapperPass
>();
4188
&getAnalysis<
MemorySSAWrapperPass
>().getMSSA(),
4198
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
LoopStrengthReduce.cpp
5829
AU.addPreserved<
MemorySSAWrapperPass
>();
5973
auto *MSSAAnalysis = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
69
INITIALIZE_PASS_BEGIN(
MemorySSAWrapperPass
, "memoryssa", "Memory SSA", false,
73
INITIALIZE_PASS_END(
MemorySSAWrapperPass
, "memoryssa", "Memory SSA", false,
78
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
2226
AU.addRequired<
MemorySSAWrapperPass
>();
2314
auto &MSSA = getAnalysis<
MemorySSAWrapperPass
>().getMSSA();
2365
char
MemorySSAWrapperPass
::ID = 0;
2367
MemorySSAWrapperPass
::
MemorySSAWrapperPass
() : FunctionPass(ID) {
2371
void
MemorySSAWrapperPass
::releaseMemory() { MSSA.reset(); }
2373
void
MemorySSAWrapperPass
::getAnalysisUsage(AnalysisUsage &AU) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp
1333
getAnalysis<
MemorySSAWrapperPass
>().getMSSA(),
1339
AU.addRequired<
MemorySSAWrapperPass
>();
1355
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LCSSA.cpp
466
AU.addPreserved<
MemorySSAWrapperPass
>();
LoopSimplify.cpp
783
AU.addPreserved<
MemorySSAWrapperPass
>();
818
auto *MSSAAnalysis = getAnalysisIfAvailable<
MemorySSAWrapperPass
>();
LoopUtils.cpp
208
INITIALIZE_PASS_DEPENDENCY(
MemorySSAWrapperPass
)
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h
961
class
MemorySSAWrapperPass
: public FunctionPass {
963
MemorySSAWrapperPass
();
Completed in 89 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026