Home
last modified time | relevance | path

Searched refs:SCEVCouldNotCompute (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
245 SCEVCouldNotCompute CouldNotCompute;
278 return !isa<SCEVCouldNotCompute>(Exact) ||
279 !isa<SCEVCouldNotCompute>(Max);
331 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
DScalarEvolutionExpressions.h555 return ((SC*)this)->visitCouldNotCompute((const SCEVCouldNotCompute*)S); in visit()
561 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute()
721 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute()
817 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute()
/external/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll2 ; PR9424: Attempt to use a SCEVCouldNotCompute object!
/external/llvm/test/Transforms/LoopVectorize/
Dinfiniteloop.ll14 ; // return SCEVCouldNotCompute.
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp304 if (isa<SCEVCouldNotCompute>(BECountSC) || in UnrollRuntimeLoopProlog()
313 if (isa<SCEVCouldNotCompute>(TripCountSC)) in UnrollRuntimeLoopProlog()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp265 if (isa<SCEVCouldNotCompute>(S)) in parseRangeCheckICmp()
356 if (isa<SCEVCouldNotCompute>(Index)) in parseRangeCheck()
373 if (isa<SCEVCouldNotCompute>(Index)) in parseRangeCheck()
685 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure()
1174 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr && in run()
DLoopDeletion.cpp174 if (isa<SCEVCouldNotCompute>(S)) in runOnLoop()
DIndVarSimplify.cpp1293 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount) || in canExpandBackedgeTakenCount()
1881 if (!isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in runOnLoop()
1933 if (VerifyIndvars && !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) { in runOnLoop()
DLoopIdiomRecognize.cpp614 if (isa<SCEVCouldNotCompute>(BECount)) return false; in runOnCountableLoop()
DLoopStrengthReduce.cpp1819 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in OptimizeShadowIV()
1999 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in OptimizeMax()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp309 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute
312 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof()
763 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute()
1060 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration()
1285 !isa<SCEVCouldNotCompute>(BECount) && SE->isKnownPositive(BECount)) in getPreStartForExtend()
1475 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
1666 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
3966 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getRange()
5126 if (!isa<SCEVCouldNotCompute>(Ret)) return Ret; in ComputeExitLimitFromICmp()
7332 if (isa<SCEVCouldNotCompute>(MaxBECount)) in HowManyLessThans()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp462 if (isa<SCEVCouldNotCompute>(EC)) in convertToCTRLoop()