Home
last modified time | relevance | path

Searched refs:LoopInvariant (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2483 auto LoopInvariant = [&](Value *V) { return L.isLoopInvariant(V); }; in hoistGEP() local
2484 if (!L.isLoopInvariant(SrcPtr) || !all_of(GEP->indices(), LoopInvariant)) in hoistGEP()
2491 if (all_of(Src->indices(), LoopInvariant)) in hoistGEP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp167 ScalarEvolution::LoopInvariant && in parseLoopStructure()
H A DLoopUtils.cpp914 if (LD != ScalarEvolution::LoopInvariant) in hasIterationCountInvariantInParent()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h459 LoopInvariant, ///< The SCEV is loop-invariant.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13555 case ScalarEvolution::LoopInvariant: in operator <<()
13695 return LoopInvariant; in computeLoopDisposition()
13715 return LoopInvariant; in computeLoopDisposition()
13724 return LoopInvariant; in computeLoopDisposition()
13746 return HasVarying ? LoopComputable : LoopInvariant; in computeLoopDisposition()
13754 return (L && !L->contains(I)) ? LoopInvariant : LoopVariant; in computeLoopDisposition()
13755 return LoopInvariant; in computeLoopDisposition()
13763 return getLoopDisposition(S, L) == LoopInvariant; in isLoopInvariant()