Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h513 SmallPtrSet<Instruction *, 4> InductionCastsToIgnore; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp559 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
1093 return (Inst && InductionCastsToIgnore.count(Inst)); in isCastedInductionVariable()