Searched refs:SCEVCouldNotCompute (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2128 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2313 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
2981 if (isa<SCEVCouldNotCompute>(IncExpr) || !SE.isLoopInvariant(IncExpr, L))
3367 assert(!isa<SCEVCouldNotCompute>(S));
H A DLoopIdiomRecognize.cpp314 assert(!isa<SCEVCouldNotCompute>(BECount) &&
H A DConstraintElimination.cpp996 if (isa<SCEVCouldNotCompute>(BMinusStart) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp982 if (!isa<SCEVCouldNotCompute>(UB)) {
1114 if (!isa<SCEVCouldNotCompute>(BECount)) {
3646 // returns a SCEVCouldNotCompute.
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp414 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
1755 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
1893 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
1996 assert(!isa<SCEVCouldNotCompute>(ExitCount) && "Invalid loop count");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2147 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1014 assert(!isa<SCEVCouldNotCompute>(BackedgeTakenCount) && "Invalid loop count");
9622 if (isa<SCEVCouldNotCompute>(PSE.getBackedgeTakenCount())) {

Completed in 154 milliseconds

12