Searched refs:VECTORIZER_NONE (Results 1 – 4 of 4) sorted by relevance
19 VECTORIZER_NONE, enumerator
134 clEnumValN(polly::VECTORIZER_NONE, "none", "No Vectorization"),140 cl::location(PollyVectorizerChoice), cl::init(polly::VECTORIZER_NONE),
523 PollyVectorizerChoice != VECTORIZER_NONE; in init()
533 if (PollyVectorizerChoice == VECTORIZER_NONE) in standardBandOpts()