Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2683 SmallVector<VPValue *, 16> VPLiveInsToFree; variable
2813 VPLiveInsToFree.push_back(VPV); in getVPValueOrAddLiveIn()
H A DVPlan.cpp706 for (VPValue *VPV : VPLiveInsToFree) in ~VPlan()