Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1245 bool InsertFormula(const Formula &F, const Loop &L);
1579 bool LSRUse::InsertFormula(const Formula &F, const Loop &L) { in InsertFormula() function in LSRUse
2042 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F);
3430 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula()
3442 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula()
3456 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance
3461 if (!LU.InsertFormula(F, *L)) in InsertFormula()
3759 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl()
3831 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations()
3867 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl()
[all …]