Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h881 bool propagatePoint(const SCEV *&Src,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3103 Result |= propagatePoint(Src, Dst, Constraints[LI]); in propagate()
3215 bool DependenceInfo::propagatePoint(const SCEV *&Src, const SCEV *&Dst, in propagatePoint() function in DependenceInfo