OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLoopIndependent
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
139
///
isLoopIndependent
- Returns true if this is a loop-independent
141
virtual bool
isLoopIndependent
() const { return true; }
220
///
isLoopIndependent
- Returns true if this is a loop-independent
222
bool
isLoopIndependent
() const override { return LoopIndependent; }
DependenceAnalysis.h
139
///
isLoopIndependent
- Returns true if this is a loop-independent
141
virtual bool
isLoopIndependent
() const { return true; }
220
///
isLoopIndependent
- Returns true if this is a loop-independent
222
bool
isLoopIndependent
() const override { return LoopIndependent; }
Completed in 33 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026