Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h457 SmallPtrSet<Instruction *, 4> InductionCastsToIgnore; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp546 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
866 return (Inst && InductionCastsToIgnore.count(Inst)); in isCastedInductionVariable()