Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h520 bool isLoopInvariant(const SCEV *Expression, const Loop *LoopNest) const;
537 const Loop *LoopNest,
543 const Loop *LoopNest,
549 const Loop *LoopNest,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp778 if (!LoopNest) in isLoopInvariant()
780 return SE->isLoopInvariant(Expression, LoopNest) && in isLoopInvariant()
791 while (LoopNest) { in collectCommonLoops()
792 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
795 LoopNest = LoopNest->getParentLoop(); in collectCommonLoops()
879 return isLoopInvariant(Src, LoopNest); in checkSrcSubscript()
890 if (!isLoopInvariant(Step, LoopNest)) in checkSrcSubscript()
893 return checkSrcSubscript(Start, LoopNest, Loops); in checkSrcSubscript()
904 return isLoopInvariant(Dst, LoopNest); in checkDstSubscript()
915 if (!isLoopInvariant(Step, LoopNest)) in checkDstSubscript()
[all …]