Home
last modified time | relevance | path

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

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