OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFlow
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h
123
///
isFlow
- Returns true if this is a flow (aka true) dependence.
125
bool
isFlow
() const;
133
bool isOrdered() const { return isOutput() ||
isFlow
() || isAnti(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp
379
if (DepResult && (DepResult->isOutput() || DepResult->
isFlow
() ||
/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
233
bool Dependence::
isFlow
() const {
598
if (
isFlow
())
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026