Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h432 VPlanPtr tryToBuildVPlanWithVPRecipes(VFRange &Range);
H A DLoopVectorize.cpp8329 if (auto Plan = tryToBuildVPlanWithVPRecipes(SubRange)) { in buildVPlansWithVPRecipes()
8453 LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) { in tryToBuildVPlanWithVPRecipes() function in LoopVectorizationPlanner