OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DependenceAnalysisWrapperPass
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp
469
auto &DI = getAnalysis<
DependenceAnalysisWrapperPass
>().getDI();
492
AU.addRequired<
DependenceAnalysisWrapperPass
>();
511
INITIALIZE_PASS_DEPENDENCY(
DependenceAnalysisWrapperPass
)
LoopInterchange.cpp
1729
AU.addRequired<
DependenceAnalysisWrapperPass
>();
1741
auto *DI = &getAnalysis<
DependenceAnalysisWrapperPass
>().getDI();
1754
INITIALIZE_PASS_DEPENDENCY(
DependenceAnalysisWrapperPass
)
LoopFuse.cpp
1828
AU.addRequired<
DependenceAnalysisWrapperPass
>();
1843
auto &DI = getAnalysis<
DependenceAnalysisWrapperPass
>().getDI();
1889
INITIALIZE_PASS_DEPENDENCY(
DependenceAnalysisWrapperPass
)
LoopSimplifyCFG.cpp
757
AU.addPreserved<
DependenceAnalysisWrapperPass
>();
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
979
class
DependenceAnalysisWrapperPass
: public FunctionPass {
982
DependenceAnalysisWrapperPass
();
992
}; // class
DependenceAnalysisWrapperPass
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp
135
INITIALIZE_PASS_BEGIN(
DependenceAnalysisWrapperPass
, "da",
140
INITIALIZE_PASS_END(
DependenceAnalysisWrapperPass
, "da", "Dependence Analysis",
143
char
DependenceAnalysisWrapperPass
::ID = 0;
145
DependenceAnalysisWrapperPass
::
DependenceAnalysisWrapperPass
()
151
return new
DependenceAnalysisWrapperPass
();
154
bool
DependenceAnalysisWrapperPass
::runOnFunction(Function &F) {
162
DependenceInfo &
DependenceAnalysisWrapperPass
::getDI() const { return *info; }
164
void
DependenceAnalysisWrapperPass
::releaseMemory() { info.reset(); }
166
void
DependenceAnalysisWrapperPass
::getAnalysisUsage(AnalysisUsage &AU) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
779
AU.addPreserved<
DependenceAnalysisWrapperPass
>();
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026