Home
last modified time | relevance | path

Searched refs:InsertFormula (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1381 bool InsertFormula(const Formula &F, const Loop &L);
1720 bool LSRUse::InsertFormula(const Formula &F, const Loop &L) { in InsertFormula() function in LSRUse
2228 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F);
3661 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula()
3673 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula()
3687 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance
3692 if (!LU.InsertFormula(F, *L)) in InsertFormula()
4000 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl()
4073 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations()
4109 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl()
[all …]