Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp291 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local
304 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands()
316 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local
322 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs()
335 if (!AddRecs.empty()) { in SplitAddRecs()
337 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp307 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local
320 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands()
332 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local
338 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs()
350 if (!AddRecs.empty()) { in SplitAddRecs()
352 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp320 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end()); in SimplifyAddOperands() local
333 Ops.append(AddRecs.begin(), AddRecs.end()); in SimplifyAddOperands()
345 SmallVector<const SCEV *, 8> AddRecs; in SplitAddRecs() local
351 AddRecs.push_back(SE.getAddRecExpr(Zero, in SplitAddRecs()
363 if (!AddRecs.empty()) { in SplitAddRecs()
365 Ops.append(AddRecs.begin(), AddRecs.end()); in SplitAddRecs()
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-12-04-loserreg.ll4 ; AddRecs in other loops.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-12-04-loserreg.ll4 ; AddRecs in other loops.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dmemcheck-wrapping-pointers.ll14 ; coerce the expressions to AddRecs in order to be able to emit the run-time
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dpeel-loop-conditions.ll447 ; In this test, the condition involves 2 AddRecs. Without evaluating both
448 ; AddRecs, we cannot prove that the condition becomes known in the loop body