Searched defs:LoopNest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp761 // Returns true if Expression is loop invariant in LoopNest.
763 const Loop *LoopNest) const {
764 if (!LoopNest)
766 return SE->isLoopInvariant(Expression, LoopNest) &&
767 isLoopInvariant(Expression, LoopNest->getParentLoop());
772 // Finds the set of loops from the LoopNest that
775 const Loop *LoopNest,
777 while (LoopNest) {
778 unsigned Level = LoopNest->getLoopDepth();
779 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest))
774 collectCommonLoops(const SCEV *Expression, const Loop *LoopNest, SmallBitVector &Loops) const argument
807 checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, SmallBitVector &Loops) argument
825 checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, SmallBitVector &Loops) argument
[all...]

Completed in 176 milliseconds