Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2687 bool Value2VPValueEnabled = true; variable
2761 void disableValue2VPValue() { Value2VPValueEnabled = false; } in disableValue2VPValue()
2789 assert((Value2VPValueEnabled || VPV->isLiveIn()) && in addVPValue()
2801 assert((Value2VPValueEnabled || OverrideAllowed ||