OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Formula
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
337
/// This class holds information that describes a
formula
for computing
339
struct
Formula
{
353
/// canonical representation of a
formula
is
357
///
formula
should be put in the ScaledReg.
359
/// registers are needed by the
formula
: e.g., reg1 + reg2 is reg1 + 1 * reg2.
363
/// This invariant can be temporarily broken while building a
formula
.
364
/// However, every
formula
inserted into the LSRInstance must be in canonical
377
Formula
() = default;
457
/// Incorporate loop-variant parts of S into this
Formula
, attempting to keep
459
void
Formula
::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE)
[
all
...]
LoopStrengthReduce.cpp
337
/// This class holds information that describes a
formula
for computing
339
struct
Formula
{
353
/// canonical representation of a
formula
is
357
///
formula
should be put in the ScaledReg.
359
/// registers are needed by the
formula
: e.g., reg1 + reg2 is reg1 + 1 * reg2.
363
/// This invariant can be temporarily broken while building a
formula
.
364
/// However, every
formula
inserted into the LSRInstance must be in canonical
377
Formula
() = default;
457
/// Incorporate loop-variant parts of S into this
Formula
, attempting to keep
459
void
Formula
::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE)
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026