OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLoopIndependent
(Results
1 - 4
of
4
) 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; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceGraphBuilder.cpp
340
else if (D->isOrdered() && !D->
isLoopIndependent
()) {
LoopCacheAnalysis.cpp
226
if (D->
isLoopIndependent
()) {
DependenceAnalysis.cpp
636
if (
isLoopIndependent
())
Completed in 34 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026