Searched refs:Formulae (Results 1 – 1 of 1) sorted by relevance
1181 SmallVector<Formula, 12> Formulae; member in __anonfc600eff0711::LSRUse1527 for (const Formula &F : Formulae) in getNotSelectedProbability()1530 return ((float)(Formulae.size() - FNum)) / Formulae.size(); in getNotSelectedProbability()1538 if (!Formulae.empty() && RigidFormula) in InsertFormula()1558 Formulae.push_back(F); in InsertFormula()1570 if (&F != &Formulae.back()) in DeleteFormula()1571 std::swap(F, Formulae.back()); in DeleteFormula()1572 Formulae.pop_back(); in DeleteFormula()1580 for (const Formula &F : Formulae) { in RecomputeRegs()2633 for (const Formula &F : LU.Formulae) { in FindUseWithSimilarFormula()[all …]