Home
last modified time | relevance | path

Searched refs:isForward (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h171 bool isForward() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1403 bool isForward = TOS == Op0; in handleTwoArgFP() local
1406 if (isForward) in handleTwoArgFP()
1411 if (isForward) in handleTwoArgFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp213 assert(Dep.isForward() && "Needs to be a forward dependence"); in findStoreToLoadDependences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1741 bool MemoryDepChecker::Dependence::isForward() const { in isForward() function in MemoryDepChecker::Dependence