Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h890 bool propagateLine(const SCEV *&Src,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3101 Result |= propagateLine(Src, Dst, Constraints[LI], Consistent); in propagate()
3140 bool DependenceInfo::propagateLine(const SCEV *&Src, const SCEV *&Dst, in propagateLine() function in DependenceInfo