| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionDivision.h | 24 struct SCEVCouldNotCompute; 46 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute()
|
| H A D | ScalarEvolution.h | 191 struct SCEVCouldNotCompute : public SCEV { 192 SCEVCouldNotCompute(); 1275 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute; 1381 return !isa<SCEVCouldNotCompute>(ExactNotTaken) || 1382 !isa<SCEVCouldNotCompute>(MaxNotTaken); 1387 return !isa<SCEVCouldNotCompute>(ExactNotTaken); 1456 !isa<SCEVCouldNotCompute>(getConstantMax());
|
| H A D | ScalarEvolutionExpressions.h | 608 return ((SC*)this)->visitCouldNotCompute((const SCEVCouldNotCompute*)S); in visit() 613 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute() 852 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionAliasAnalysis.cpp | 60 if (!isa<SCEVCouldNotCompute>(BA) && in alias() 75 if (!isa<SCEVCouldNotCompute>(AB) && in alias()
|
| H A D | ScalarEvolution.cpp | 439 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute 1040 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration() 1180 if (isa<SCEVCouldNotCompute>(IntOp)) in getPtrToIntExpr() 5693 if (isa<SCEVCouldNotCompute>(LS) || isa<SCEVCouldNotCompute>(RS)) in createNodeForSelectOrPHI() 7056 if (isa<SCEVCouldNotCompute>(IntOp)) in createSCEV() 8078 if (isa<SCEVCouldNotCompute>(LHS)) in computeExitLimitFromICmp() 8083 if (isa<SCEVCouldNotCompute>(RHS)) in computeExitLimitFromICmp() 8095 if (isa<SCEVCouldNotCompute>(LHS)) in computeExitLimitFromICmp() 11753 if (isa<SCEVCouldNotCompute>(RHS)) in howManyLessThans() 12008 if (isa<SCEVCouldNotCompute>(End)) in howManyGreaterThans() [all …]
|
| H A D | LoopCacheAnalysis.cpp | 109 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount) || in computeTripCount()
|
| H A D | LoopAccessAnalysis.cpp | 1529 if (!isa<SCEVCouldNotCompute>(Dist) && in isDependent() 1790 if (isa<SCEVCouldNotCompute>(ExitCount)) { in canAnalyzeLoop()
|
| H A D | StackSafetyAnalysis.cpp | 266 if (isa<SCEVCouldNotCompute>(Diff)) in offsetFrom()
|
| H A D | TargetTransformInfo.cpp | 116 if (isa<SCEVCouldNotCompute>(EC)) in isHardwareLoopCandidate()
|
| H A D | DependenceAnalysis.cpp | 897 if (!isa<SCEVCouldNotCompute>(UB)) { in checkSubscript() 1029 if (!isa<SCEVCouldNotCompute>(BECount)) { in isKnownLessThan()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 380 if (isa<SCEVCouldNotCompute>(LHSS)) in parseLoopICmp() 383 if (isa<SCEVCouldNotCompute>(RHSS)) in parseLoopICmp() 1013 if (isa<SCEVCouldNotCompute>(ExitCount)) in getMinAnalyzeableBackedgeTakenCount() 1065 if (isa<SCEVCouldNotCompute>(LatchEC)) in predicateLoopExits() 1104 if (isa<SCEVCouldNotCompute>(MinEC) || MinEC->getType()->isPointerTy() || in predicateLoopExits() 1137 if (isa<SCEVCouldNotCompute>(ExitCount) || in predicateLoopExits()
|
| H A D | IndVarSimplify.cpp | 1431 if (isa<SCEVCouldNotCompute>(MaxExitCount)) in optimizeLoopExits() 1460 if (isa<SCEVCouldNotCompute>(ExitCount)) { in optimizeLoopExits() 1572 if (isa<SCEVCouldNotCompute>(ExactBTC) || in predicateLoopExits() 1606 if (isa<SCEVCouldNotCompute>(ExitCount) || in predicateLoopExits() 1826 if (isa<SCEVCouldNotCompute>(ExitCount)) in run() 1901 if (VerifyIndvars && !isa<SCEVCouldNotCompute>(BackedgeTakenCount)) { in run()
|
| H A D | PlaceSafepoints.cpp | 246 if (!isa<SCEVCouldNotCompute>(MaxTrips) && in mustBeFiniteCountedLoop() 258 if (!isa<SCEVCouldNotCompute>(MaxExec) && in mustBeFiniteCountedLoop()
|
| H A D | LoopDeletion.cpp | 134 if (isa<SCEVCouldNotCompute>(S)) { in isLoopDead() 397 if (!isa<SCEVCouldNotCompute>(BTC) && SE.isKnownNonZero(BTC)) in breakBackedgeIfNotTaken()
|
| H A D | AlignmentFromAssumptions.cpp | 138 if (isa<SCEVCouldNotCompute>(DiffSCEV)) in getNewAlignment()
|
| H A D | LoopBoundSplit.cpp | 77 if (isa<SCEVCouldNotCompute>(ExitCount)) in calculateUpperBound()
|
| H A D | LoopVersioningLICM.cpp | 270 if (isa<SCEVCouldNotCompute>(ExitCount)) { in legalLoopStructure()
|
| H A D | LoopFuse.cpp | 708 if (isa<SCEVCouldNotCompute>(TripCount0)) { in haveIdenticalTripCounts() 715 if (isa<SCEVCouldNotCompute>(TripCount1)) { in haveIdenticalTripCounts()
|
| H A D | InductiveRangeCheckElimination.cpp | 795 if (isa<SCEVCouldNotCompute>(LatchCount)) { in parseLoopStructure() 1406 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr && in run()
|
| H A D | LoopRerollPass.cpp | 914 if (isa<SCEVCouldNotCompute>(StepSCEV) || StepSCEV->getType()->isPointerTy()) in validateRootSet()
|
| H A D | LoopInterchange.cpp | 457 if (isa<SCEVCouldNotCompute>(ExitCountOuter)) { in isComputableLoopNest()
|
| H A D | LoopStrengthReduce.cpp | 2108 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in OptimizeShadowIV() 2293 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount)) in OptimizeMax() 2982 if (isa<SCEVCouldNotCompute>(IncExpr) || !SE.isLoopInvariant(IncExpr, L)) in ChainInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 842 if (isa<SCEVCouldNotCompute>(InnerLoopBECountSC) || in hasIterationCountInvariantInParent() 1298 if (isa<SCEVCouldNotCompute>(ExitValue) || in rewriteLoopExitValues() 1306 if (isa<SCEVCouldNotCompute>(ExitCount)) in rewriteLoopExitValues() 1311 if (isa<SCEVCouldNotCompute>(ExitValue) || in rewriteLoopExitValues()
|
| H A D | LoopUnrollRuntime.cpp | 653 if (isa<SCEVCouldNotCompute>(BECountSC) || in UnrollRuntimeLoopRemainder() 664 if (isa<SCEVCouldNotCompute>(TripCountSC)) { in UnrollRuntimeLoopRemainder()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1803 if (isa<SCEVCouldNotCompute>(CT)) in recognize() 2405 assert(!isa<SCEVCouldNotCompute>(BECount) && in runOnCountableLoop()
|