Searched refs:InsertFormula (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1203 bool InsertFormula(const Formula &F, const Loop &L); 1535 bool LSRUse::InsertFormula(const Formula &F, const Loop &L) { in InsertFormula() function in LSRUse 1990 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F); 3359 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula() 3371 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula() 3385 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance 3390 if (!LU.InsertFormula(F, *L)) in InsertFormula() 3663 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl() 3735 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations() 3771 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl() [all …]
|