Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp932 VFxUF.setUnderlyingValue( in prepareToExecute()
1096 if (VFxUF.getNumUsers() > 0) { in printLiveIns()
1098 VFxUF.printAsOperand(O, SlotTracker); in printLiveIns()
1238 Old2NewVPValues[&VFxUF] = &NewPlan->VFxUF; in duplicate()
1550 if (Plan.VFxUF.getNumUsers() > 0) in assignNames()
1551 assignName(&Plan.VFxUF); in assignNames()
H A DVPlan.h3288 VPValue VFxUF; variable
3383 VPValue &getVFxUF() { return VFxUF; } in getVFxUF()