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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp36 // TODO: More sophistication in the way Formulae are generated and filtered.
1247 /// Formulae - A list of ways to build a value that can satisfy this user.
1250 SmallVector<Formula, 12> Formulae; member in class:__anon26301::LSRUse
1289 if (!Formulae.empty() && RigidFormula)
1310 Formulae.push_back(F);
1322 if (&F != &Formulae.back())
1323 std::swap(F, Formulae.back());
1324 Formulae.pop_back();
1332 for (SmallVectorImpl<Formula>::const_iterator I = Formulae.begin(),
1333 E = Formulae
[all...]

Completed in 56 milliseconds