OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAnalysis
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SCCP.cpp
29
auto
getAnalysis
= [&FAM](Function &F) -> AnalysisResultsForFn {
36
if (!runIPSCCP(M, DL, GetTLI,
getAnalysis
))
66
return this->
getAnalysis
<TargetLibraryInfoWrapperPass>().getTLI(F);
68
auto
getAnalysis
= [this](Function &F) -> AnalysisResultsForFn {
70
this->
getAnalysis
<DominatorTreeWrapperPass>(F).getDomTree();
74
this->
getAnalysis
<AssumptionCacheTracker>().getAssumptionCache(
80
return runIPSCCP(M, DL, GetTLI,
getAnalysis
);
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h
113
T *
getAnalysis
(Decl const *D) {
114
return AnaCtxMgr.getContext(D)->
getAnalysis
<T>();
ExplodedGraph.h
165
T &
getAnalysis
() const {
166
return *getLocationContext()->
getAnalysis
<T>();
/src/external/apache2/llvm/dist/llvm/include/llvm/
PassAnalysisSupport.h
196
/// required by the current pass (to implement
getAnalysis
()).
205
/// This is different than
getAnalysis
in that it can fail (if the analysis
226
///
getAnalysis
<AnalysisType>() - This function is used by subclasses to get
230
AnalysisType &Pass::
getAnalysis
() const {
237
assert(PI && "
getAnalysis
for unregistered pass!");
244
"
getAnalysis
*() called on an analysis that was not "
254
///
getAnalysis
<AnalysisType>() - This function is used by subclasses to get
260
AnalysisType &Pass::
getAnalysis
(Function &F, bool *Changed) {
268
assert(PI && "
getAnalysis
for unregistered pass!");
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
192
template <typename T> T *
getAnalysis
() {
249
template <typename T> T *
getAnalysis
() const { return Ctx->
getAnalysis
<T>(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
767
typename Analysis::Result *
getAnalysis
(const Function &F) {
800
[&](const Function &F) { return AG.
getAnalysis
<LoopAnalysis>(F); },
803
return AG.
getAnalysis
<DominatorTreeAnalysis>(F);
807
return AG.
getAnalysis
<PostDominatorTreeAnalysis>(F);
907
return AG.
getAnalysis
<TargetLibraryAnalysis>(F);
923
return AG.
getAnalysis
<AP>(F);
948
&From, &To, nullptr, AG.
getAnalysis
<DominatorTreeAnalysis>(F),
949
AG.
getAnalysis
<LoopAnalysis>(F));
Completed in 24 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026