Searched refs:EnableVPlanNativePath (Results 1 – 3 of 3) sorted by relevance
50 extern cl::opt<bool> EnableVPlanNativePath;
355 cl::opt<bool> llvm::EnableVPlanNativePath( member in llvm1363 TTI.hasActiveVectorLength() && !EnableVPlanNativePath; in setTailFoldingStyles()2089 (EnableVPlanNativePath && isExplicitVecOuterLoop(&L, ORE))) { in collectSupportedLoops()6621 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in planInVPlanNativePath()8921 assert(EnableVPlanNativePath && "VPlan-native path is not enabled."); in tryToBuildVPlan()9316 assert((!EnableVPlanNativePath || OrigLoop->isInnermost()) && in attachRuntimeChecks()9428 assert(EnableVPlanNativePath && "VPlan-native path is disabled."); in processLoopInVPlanNativePath()9909 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop()9951 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()
55 extern cl::opt<bool> EnableVPlanNativePath;