Lines Matching refs:PredicatedScalarEvolution
153 const SCEV *llvm::replaceSymbolicStrideSCEV(PredicatedScalarEvolution &PSE, in replaceSymbolicStrideSCEV()
208 PredicatedScalarEvolution &PSE, in insert()
660 PredicatedScalarEvolution &PSE, in AccessAnalysis()
803 PredicatedScalarEvolution &PSE;
817 static bool hasComputableBounds(PredicatedScalarEvolution &PSE, Value *Ptr, in hasComputableBounds()
835 static bool isNoWrap(PredicatedScalarEvolution &PSE, in isNoWrap()
1044 findForkedPointer(PredicatedScalarEvolution &PSE, in findForkedPointer()
1412 PredicatedScalarEvolution &PSE, const Loop *L) { in isNoWrapAddRec()
1462 std::optional<int64_t> llvm::getPtrStride(PredicatedScalarEvolution &PSE, in getPtrStride()
1933 PredicatedScalarEvolution &PSE, const Loop *InnermostLoop) { in getDependenceDistanceStrideAndSize()
2948 : PSE(std::make_unique<PredicatedScalarEvolution>(*SE, *L)), in LoopAccessInfo()