Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1223 SmallVector<Formula, 12> Formulae; member in __anon6fa033cb0811::LSRUse
1571 for (const Formula &F : Formulae) in getNotSelectedProbability()
1574 return ((float)(Formulae.size() - FNum)) / Formulae.size(); in getNotSelectedProbability()
1582 if (!Formulae.empty() && RigidFormula) in InsertFormula()
1602 Formulae.push_back(F); in InsertFormula()
1614 if (&F != &Formulae.back()) in DeleteFormula()
1615 std::swap(F, Formulae.back()); in DeleteFormula()
1616 Formulae.pop_back(); in DeleteFormula()
1624 for (const Formula &F : Formulae) { in RecomputeRegs()
2676 for (const Formula &F : LU.Formulae) { in FindUseWithSimilarFormula()
[all …]