Searched refs:Formulae (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp35 // TODO: More sophistication in the way Formulae are generated and filtered.
1168 SmallVector<Formula, 12> Formulae; member in class:__anon4670::LSRUse
1516 for (const Formula &F : Formulae)
1519 return ((float)(Formulae.size() - FNum)) / Formulae.size();
1527 if (!Formulae.empty() && RigidFormula)
1547 Formulae.push_back(F);
1559 if (&F != &Formulae.back())
1560 std::swap(F, Formulae.back());
1561 Formulae
[all...]

Completed in 110 milliseconds