Home
last modified time | relevance | path

Searched refs:MaxExitCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1430 const SCEV *MaxExitCount = SE->getSymbolicMaxBackedgeTakenCount(L); in optimizeLoopExits() local
1431 if (isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
1466 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE, in optimizeLoopExits()
1494 if (MaxExitCount == ExitCount) in optimizeLoopExits()
1514 !MaxExitCount->getType()->isIntegerTy()) in optimizeLoopExits()
1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
1520 MaxExitCount = SE->getNoopOrZeroExtend(MaxExitCount, WiderType); in optimizeLoopExits()
1521 assert(MaxExitCount->getType() == ExitCount->getType()); in optimizeLoopExits()
1526 MaxExitCount, ExitCount)) { in optimizeLoopExits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2716 const SCEV *MaxExitCount = getMaxBackedgeTakenCount(*SE, *DT, L); in optimizeLoopExits() local
2717 if (isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits()
2770 !MaxExitCount->getType()->isIntegerTy()) in optimizeLoopExits()
2774 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
2776 MaxExitCount = SE->getNoopOrZeroExtend(MaxExitCount, WiderType); in optimizeLoopExits()
2777 assert(MaxExitCount->getType() == ExitCount->getType()); in optimizeLoopExits()
2782 MaxExitCount, ExitCount)) { in optimizeLoopExits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6586 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
6588 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp6831 const auto *MaxExitCount = in getSmallConstantMaxTripCount() local
6833 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()