Return true if VFs that exceed register pressure should be discarded.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

bool
shouldConsiderVectorizationRegPressure() const;

Description

True if the loop vectorizer should discard any VFs where the maximum register pressure exceeds getNumberOfRegisters.

Return Value

True if VFs that exceed register pressure should be discarded.

Created with MrDocs