OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoopAnalysisManager
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAnalysisManager.h
1
//===-
LoopAnalysisManager
.h - Loop analysis management ---------*- C++ -*-===//
75
LoopAnalysisManager
;
77
/// A proxy from a \c
LoopAnalysisManager
to a \c Function.
78
typedef InnerAnalysisManagerProxy<
LoopAnalysisManager
, Function>
85
/// cached in the \c
LoopAnalysisManager
.
88
explicit Result(
LoopAnalysisManager
&InnerAM, LoopInfo &LI)
121
LoopAnalysisManager
&getManager() { return *InnerAM; }
136
LoopAnalysisManager
*InnerAM;
149
extern template class InnerAnalysisManagerProxy<
LoopAnalysisManager
, Function>;
Completed in 58 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026