#include "VPlanUtils.h"
#include "VPlanPatternMatch.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
usingnamespacellvm;
bool vputils::onlyFirstLaneUsed(const VPValue *Def) { … }
bool vputils::onlyFirstPartUsed(const VPValue *Def) { … }
VPValue *vputils::getOrCreateVPValueForSCEVExpr(VPlan &Plan, const SCEV *Expr,
ScalarEvolution &SE) { … }
bool vputils::isHeaderMask(const VPValue *V, VPlan &Plan) { … }
const SCEV *vputils::getSCEVExprForVPValue(VPValue *V, ScalarEvolution &SE) { … }
bool vputils::isUniformAcrossVFsAndUFs(VPValue *V) { … }