Home
last modified time | relevance | path

Searched refs:isFlow (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h122 /// isFlow - Returns true if this is a flow (aka true) dependence.
124 bool isFlow() const;
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp402 if (DepResult && (DepResult->isOutput() || DepResult->isFlow() || in isSafeToMoveBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1106 if (D->isFlow() || D->isAnti() || D->isOutput()) { in canHoistInst()
1127 if (D->isFlow() || D->isOutput()) { in canHoistInst()
1159 if (D->isFlow()) { in canSinkInst()
H A DLoopInterchange.cpp131 D->isFlow() ? "flow" : D->isAnti() ? "anti" : "output"; in populateDependencyMatrix()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp242 bool Dependence::isFlow() const { in isFlow() function in Dependence
663 if (isFlow()) in dump()