Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7113 VPlan &FirstPlan = *VPlans[0]; in getBestPlan() local
7114 if (VPlans.size() == 1 && size(FirstPlan.vectorFactors()) == 1) in getBestPlan()
7115 return FirstPlan; in getBestPlan()
7117 VPlan *BestPlan = &FirstPlan; in getBestPlan()