Searched refs:IncomingPredicate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp159 VPValue *IncomingPredicate = nullptr; local
166 IncomingPredicate = PredBlock->getPredicate();
170 IncomingPredicate =
175 if (IncomingPredicate)
176 IncomingPredicates.push_back(IncomingPredicate);

Completed in 81 milliseconds