OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnti
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
127
///
isAnti
- Returns true if this is an anti dependence.
129
bool
isAnti
() const;
133
bool isOrdered() const { return isOutput() || isFlow() ||
isAnti
(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp
380
DepResult->
isAnti
()))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
132
D->isFlow() ? "flow" : D->
isAnti
() ? "anti" : "output";
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp
239
bool Dependence::
isAnti
() const {
602
else if (
isAnti
())
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026