OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxOrZero
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h
111
unsigned MaxTripCount, bool
MaxOrZero
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
766
bool
MaxOrZero
, unsigned &TripMultiple, unsigned LoopSize,
823
// (
MaxOrZero
unrolling keeps only the first loop test, so the number of
830
if (!(UP.UpperBound ||
MaxOrZero
) ||
1141
bool
MaxOrZero
= false;
1144
MaxOrZero
= SE.isBackedgeTakenCountMaxOrZero(L);
1151
L, TTI, DT, LI, SE, EphValues, &ORE, TripCount, MaxTripCount,
MaxOrZero
,
1167
UseUpperBound,
MaxOrZero
, TripMultiple, PP.PeelCount, UP.UnrollRemainder,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
1310
bool
MaxOrZero
= false;
1328
const SCEV *E, const SCEV *M, bool
MaxOrZero
,
1331
ExitLimit(const SCEV *E, const SCEV *M, bool
MaxOrZero
,
1334
ExitLimit(const SCEV *E, const SCEV *M, bool
MaxOrZero
);
1391
bool
MaxOrZero
= false;
1405
const SCEV *ConstantMax, bool
MaxOrZero
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
7392
return
MaxOrZero
&& !any_of(ExitNotTaken, PredicateNotAlwaysTrue);
7417
const SCEV *E, const SCEV *M, bool
MaxOrZero
,
7419
: ExactNotTaken(E), MaxNotTaken(M),
MaxOrZero
(
MaxOrZero
) {
7432
const SCEV *E, const SCEV *M, bool
MaxOrZero
,
7434
: ExitLimit(E, M,
MaxOrZero
, {&PredSet}) {
7441
bool
MaxOrZero
)
7442
: ExitLimit(E, M,
MaxOrZero
, None) {
7452
bool IsComplete, const SCEV *ConstantMax, bool
MaxOrZero
)
7453
: ConstantMax(ConstantMax), IsComplete(IsComplete),
MaxOrZero
(MaxOrZero)
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026