Lines Matching refs:PredicatedScalarEvolution
5720 bool PredicatedScalarEvolution::areAddRecsEqualWithPreds( in areAddRecsEqualWithPreds()
14706 PredicatedScalarEvolution::PredicatedScalarEvolution(ScalarEvolution &SE, in PredicatedScalarEvolution() function in PredicatedScalarEvolution
14723 const SCEV *PredicatedScalarEvolution::getSCEV(Value *V) { in getSCEV()
14742 const SCEV *PredicatedScalarEvolution::getBackedgeTakenCount() { in getBackedgeTakenCount()
14752 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate()
14763 const SCEVPredicate &PredicatedScalarEvolution::getPredicate() const { in getPredicate()
14767 void PredicatedScalarEvolution::updateGeneration() { in updateGeneration()
14777 void PredicatedScalarEvolution::setNoOverflow( in setNoOverflow()
14793 bool PredicatedScalarEvolution::hasNoOverflow( in hasNoOverflow()
14809 const SCEVAddRecExpr *PredicatedScalarEvolution::getAsAddRec(Value *V) { in getAsAddRec()
14824 PredicatedScalarEvolution::PredicatedScalarEvolution( in PredicatedScalarEvolution() function in PredicatedScalarEvolution
14825 const PredicatedScalarEvolution &Init) in PredicatedScalarEvolution()
14833 void PredicatedScalarEvolution::print(raw_ostream &OS, unsigned Depth) const { in print()