HomeSort by: relevance | last modified time | path
    Searched defs:Formulae (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 35 // TODO: More sophistication in the way Formulae are generated and filtered.
158 // Flag to narrow search space by filtering non-optimal formulae with
162 cl::desc("Narrow LSR search space by filtering non-optimal formulae"
1018 /// This class is used to measure and compare candidate formulae.
1181 SmallVector<Formula, 12> Formulae;
1183 /// The set of register candidates used by all formulae in this LSRUse.
1527 for (const Formula &F : Formulae)
1530 return ((float)(Formulae.size() - FNum)) / Formulae.size();
1538 if (!Formulae.empty() && RigidFormula
    [all...]
LoopStrengthReduce.cpp 35 // TODO: More sophistication in the way Formulae are generated and filtered.
158 // Flag to narrow search space by filtering non-optimal formulae with
162 cl::desc("Narrow LSR search space by filtering non-optimal formulae"
1018 /// This class is used to measure and compare candidate formulae.
1181 SmallVector<Formula, 12> Formulae;
1183 /// The set of register candidates used by all formulae in this LSRUse.
1527 for (const Formula &F : Formulae)
1530 return ((float)(Formulae.size() - FNum)) / Formulae.size();
1538 if (!Formulae.empty() && RigidFormula
    [all...]

Completed in 48 milliseconds