Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp727 if (Part != 0 && OnlyFirstPartUsed && hasResult()) { in execute()
735 if (!hasResult()) in execute()
800 if (hasResult()) { in print()
H A DVPlan.h1365 bool hasResult() const { in hasResult() function