Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h909 /// propagateLine - Attempt to propagate a line
914 bool propagateLine(const SCEV *&Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3164 Result |= propagateLine(Src, Dst, Constraints[LI], Consistent); in propagate()
3203 bool DependenceInfo::propagateLine(const SCEV *&Src, const SCEV *&Dst, in propagateLine() function in DependenceInfo