OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitLimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
1305
struct
ExitLimit
{
1312
/// A set of predicate guards for this
ExitLimit
. The result is only valid
1325
/*implicit*/
ExitLimit
(const SCEV *E);
1327
ExitLimit
(
1331
ExitLimit
(const SCEV *E, const SCEV *M, bool MaxOrZero,
1334
ExitLimit
(const SCEV *E, const SCEV *M, bool MaxOrZero);
1336
/// Test whether this
ExitLimit
contains any computed information, or
1343
/// Test whether this
ExitLimit
contains all information.
1401
using EdgeExitInfo = std::pair<BasicBlock *,
ExitLimit
>;
1633
ExitLimit
computeExitLimit(const Loop *L, BasicBlock *ExitingBlock
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
7409
ScalarEvolution::
ExitLimit
::
ExitLimit
(const SCEV *E)
7416
ScalarEvolution::
ExitLimit
::
ExitLimit
(
7431
ScalarEvolution::
ExitLimit
::
ExitLimit
(
7434
:
ExitLimit
(E, M, MaxOrZero, {&PredSet}) {
7440
ScalarEvolution::
ExitLimit
::
ExitLimit
(const SCEV *E, const SCEV *M,
7442
:
ExitLimit
(E, M, MaxOrZero, None)
[
all
...]
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026