We need to explicitly define the copy constructor due to the ownership of the SCEVUnionPredicate Preds.
Synopses
Declared in <llvm/Analysis/ScalarEvolution.h>
We need to explicitly define the copy constructor due to the ownership of the SCEVUnionPredicate Preds.
PredicatedScalarEvolution(PredicatedScalarEvolution const& other);
Constructor
PredicatedScalarEvolution(
ScalarEvolution& SE,
Loop& L);
Created with MrDocs