Home
last modified time | relevance | path

Searched refs:AddRecs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dbinomial-explision.ll6 ; reasonable amount of AddRecs in the notation of %tmp19. If we "simplify" SCEVs
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dinvalid_add_rec_after_invariant_load_remapping.ll7 ; rewrite the AddRecs to hoist everything from the "start" out of the AddRec.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp374 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local
387 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands()
399 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local
405 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs()
417 if (!AddRecs.empty()) { in SplitAddRecs()
419 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/
H A D2011-12-04-loserreg.ll4 ; AddRecs in other loops.
/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dmemcheck-wrapping-pointers.ll14 ; coerce the expressions to AddRecs in order to be able to emit the run-time
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-conditions.ll406 ; In this test, the condition involves 2 AddRecs. Without evaluating both
407 ; AddRecs, we cannot prove that the condition becomes known in the loop body