OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCEVCouldNotCompute
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
165
struct
SCEVCouldNotCompute
: public SCEV {
166
SCEVCouldNotCompute
();
384
std::unique_ptr<
SCEVCouldNotCompute
> CouldNotCompute;
419
/// whether it's all
SCEVCouldNotCompute
values.
421
return !isa<
SCEVCouldNotCompute
>(Exact) ||
422
!isa<
SCEVCouldNotCompute
>(Max);
459
/// loop that is known, or a
SCEVCouldNotCompute
.
471
/// or whether it's all
SCEVCouldNotCompute
values.
473
return ExitNotTaken.ExitingBlock || !isa<
SCEVCouldNotCompute
>(Max);
477
/// loop if it is known, or
SCEVCouldNotCompute
otherwise. This is th
[
all
...]
ScalarEvolutionExpressions.h
345
/// iteration count can't be computed, an instance of
SCEVCouldNotCompute
is
478
return ((SC*)this)->visitCouldNotCompute((const
SCEVCouldNotCompute
*)S);
484
RetVal visitCouldNotCompute(const
SCEVCouldNotCompute
*S) {
485
llvm_unreachable("Invalid use of
SCEVCouldNotCompute
!");
542
llvm_unreachable("Attempt to use a
SCEVCouldNotCompute
object!");
629
const SCEV *visitCouldNotCompute(const
SCEVCouldNotCompute
*Expr) {
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
301
if (isa<
SCEVCouldNotCompute
>(BECountSC) ||
310
if (isa<
SCEVCouldNotCompute
>(TripCountSC))
/external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
176
if (isa<
SCEVCouldNotCompute
>(S))
InductiveRangeCheckElimination.cpp
272
if (isa<
SCEVCouldNotCompute
>(S))
363
if (isa<
SCEVCouldNotCompute
>(Index))
380
if (isa<
SCEVCouldNotCompute
>(Index))
692
if (isa<
SCEVCouldNotCompute
>(LatchCount)) {
[
all
...]
IndVarSimplify.cpp
[
all
...]
LoopIdiomRecognize.cpp
218
assert(!isa<
SCEVCouldNotCompute
>(BECount) &&
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
263
llvm_unreachable("Attempt to use a
SCEVCouldNotCompute
object!");
300
SCEVCouldNotCompute
::
SCEVCouldNotCompute
() :
303
bool
SCEVCouldNotCompute
::classof(const SCEV *S) {
616
llvm_unreachable("Attempt to use a
SCEVCouldNotCompute
object!");
759
void visitCouldNotCompute(const
SCEVCouldNotCompute
*Numerator) {}
[
all
...]
DependenceAnalysis.cpp
867
if (!isa<
SCEVCouldNotCompute
>(UB)) {
893
if (!isa<
SCEVCouldNotCompute
>(UB)) {
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
479
if (isa<
SCEVCouldNotCompute
>(EC))
Completed in 67 milliseconds