Compute and set the canonical SCEV, by constructing a SCEV with the same operands, but all SCEVUse flags dropped.

Synopsis

Declared in <llvm/Analysis/ScalarEvolution.h>

void
computeAndSetCanonical(ScalarEvolution& SE);

Parameters

Name

Description

SE

ScalarEvolution used to rebuild the canonical expression.

Created with MrDocs