Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h172 bool isForward() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1405 bool isForward = TOS == Op0; in handleTwoArgFP() local
1408 if (isForward) in handleTwoArgFP()
1413 if (isForward) in handleTwoArgFP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp216 assert(Dep.isForward() && "Needs to be a forward dependence"); in findStoreToLoadDependences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1732 bool MemoryDepChecker::Dependence::isForward() const { in isForward() function in MemoryDepChecker::Dependence