Home
last modified time | relevance | path

Searched refs:PossiblyLoopIndependent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h306 /// The flag PossiblyLoopIndependent should be set by the caller
311 bool PossiblyLoopIndependent);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp266 bool PossiblyLoopIndependent, in FullDependence() argument
269 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3591 bool PossiblyLoopIndependent) { in depends() argument
3593 PossiblyLoopIndependent = false; in depends()
3631 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels); in depends()
3949 if (PossiblyLoopIndependent) { in depends()