Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2516 auto LoopInvariant = [&](Value *V) { return L.isLoopInvariant(V); }; in hoistGEP() local
2517 if (!L.isLoopInvariant(SrcPtr) || !all_of(GEP->indices(), LoopInvariant)) in hoistGEP()
2524 if (all_of(Src->indices(), LoopInvariant)) in hoistGEP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp173 ScalarEvolution::LoopInvariant && in parseLoopStructure()
H A DLoopUtils.cpp907 if (LD != ScalarEvolution::LoopInvariant) in hasIterationCountInvariantInParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h455 LoopInvariant, ///< The SCEV is loop-invariant.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13909 case ScalarEvolution::LoopInvariant: in operator <<()
14049 return LoopInvariant; in computeLoopDisposition()
14069 return LoopInvariant; in computeLoopDisposition()
14078 return LoopInvariant; in computeLoopDisposition()
14100 return HasVarying ? LoopComputable : LoopInvariant; in computeLoopDisposition()
14108 return (L && !L->contains(I)) ? LoopInvariant : LoopVariant; in computeLoopDisposition()
14109 return LoopInvariant; in computeLoopDisposition()
14117 return getLoopDisposition(S, L) == LoopInvariant; in isLoopInvariant()