Searched refs:InsertFormula (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1361 bool InsertFormula(const Formula &F, const Loop &L); 1702 bool LSRUse::InsertFormula(const Formula &F, const Loop &L) { in InsertFormula() function in LSRUse 2217 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F); 3647 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula() 3659 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula() 3673 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance 3678 if (!LU.InsertFormula(F, *L)) in InsertFormula() 3978 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl() 4051 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations() 4087 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 18405 …laERNS_6LSRUseEjRKNS_7FormulaE", "(anonymous namespace)::LSRInstance::InsertFormula((anonymous nam…
|