Searched refs:EnableVPlanNativePath (Results 1 – 3 of 3) sorted by relevance
362 cl::opt<bool> EnableVPlanNativePath( variable1479 !EnableVPlanNativePath && in setTailFoldingStyles()2187 (EnableVPlanNativePath && isExplicitVecOuterLoop(&L, ORE))) { in collectSupportedLoops()2556 if (EnableVPlanNativePath) in emitMemRuntimeChecks()2949 if (EnableVPlanNativePath) in fixVectorizedLoop()6836 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in planInVPlanNativePath()8720 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in buildVPlan()9440 assert(EnableVPlanNativePath && "VPlan-native path is disabled."); in processLoopInVPlanNativePath()9645 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop()9687 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()
40 extern cl::opt<bool> EnableVPlanNativePath;2629 assert(EnableVPlanNativePath && in execute()
55 extern cl::opt<bool> EnableVPlanNativePath;