Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h287 bool PossiblyLoopIndependent);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp259 bool PossiblyLoopIndependent, in FullDependence() argument
262 LoopIndependent(PossiblyLoopIndependent) { in FullDependence()
3528 bool PossiblyLoopIndependent) { in depends() argument
3530 PossiblyLoopIndependent = false; in depends()
3568 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels); in depends()
3886 if (PossiblyLoopIndependent) { in depends()