Lines Matching refs:PredicatedScalarEvolution
5531 bool PredicatedScalarEvolution::areAddRecsEqualWithPreds( in areAddRecsEqualWithPreds()
14300 PredicatedScalarEvolution::PredicatedScalarEvolution(ScalarEvolution &SE, in PredicatedScalarEvolution() function in PredicatedScalarEvolution
14317 const SCEV *PredicatedScalarEvolution::getSCEV(Value *V) { in getSCEV()
14336 const SCEV *PredicatedScalarEvolution::getBackedgeTakenCount() { in getBackedgeTakenCount()
14346 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate()
14357 const SCEVPredicate &PredicatedScalarEvolution::getPredicate() const { in getPredicate()
14361 void PredicatedScalarEvolution::updateGeneration() { in updateGeneration()
14371 void PredicatedScalarEvolution::setNoOverflow( in setNoOverflow()
14387 bool PredicatedScalarEvolution::hasNoOverflow( in hasNoOverflow()
14403 const SCEVAddRecExpr *PredicatedScalarEvolution::getAsAddRec(Value *V) { in getAsAddRec()
14418 PredicatedScalarEvolution::PredicatedScalarEvolution( in PredicatedScalarEvolution() function in PredicatedScalarEvolution
14419 const PredicatedScalarEvolution &Init) in PredicatedScalarEvolution()
14427 void PredicatedScalarEvolution::print(raw_ostream &OS, unsigned Depth) const { in print()