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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h159 bool isForward() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1343 bool isForward = TOS == Op0; local
1346 if (isForward)
1351 if (isForward)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp208 assert(Dep.isForward() && "Needs to be a forward dependence");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1305 bool MemoryDepChecker::Dependence::isForward() const { function in class:MemoryDepChecker::Dependence

Completed in 231 milliseconds