Searched refs:InsertFormula (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 1229 bool InsertFormula(const Formula &F, const Loop &L); 1561 bool LSRUse::InsertFormula(const Formula &F, const Loop &L) { in InsertFormula() function in LSRUse 2019 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F); 3393 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula() 3405 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula() 3419 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance 3424 if (!LU.InsertFormula(F, *L)) in InsertFormula() 3697 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl() 3769 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations() 3805 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl() [all …]
|