Searched refs:PollyVectorizerChoice (Results 1 – 5 of 5) sorted by relevance
23 extern VectorizerChoice PollyVectorizerChoice;
130 VectorizerChoice polly::PollyVectorizerChoice; member in polly140 cl::location(PollyVectorizerChoice), cl::init(polly::VECTORIZER_NONE),
416 bool Vector = PollyVectorizerChoice == VECTORIZER_POLLY; in createMark()763 bool Vector = PollyVectorizerChoice == VECTORIZER_POLLY; in createFor()
523 PollyVectorizerChoice != VECTORIZER_NONE; in init()
533 if (PollyVectorizerChoice == VECTORIZER_NONE) in standardBandOpts()