Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h905 bool propagatePoint(const SCEV *&Src,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3166 Result |= propagatePoint(Src, Dst, Constraints[LI]); in propagate()
3278 bool DependenceInfo::propagatePoint(const SCEV *&Src, const SCEV *&Dst, in propagatePoint() function in DependenceInfo