Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h516 SmallPtrSet<Instruction *, 4> InductionCastsToIgnore; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp504 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
898 return (Inst && InductionCastsToIgnore.count(Inst)); in isCastedInductionVariable()