Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1262 bool InsertFormula(const Formula &F);
1285 bool LSRUse::InsertFormula(const Formula &F) { in InsertFormula() function in LSRUse
1731 bool InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F);
3069 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula()
3081 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula()
3097 bool LSRInstance::InsertFormula(LSRUse &LU, unsigned LUIdx, const Formula &F) { in InsertFormula() function in LSRInstance
3101 if (!LU.InsertFormula(F)) in InsertFormula()
3335 if (InsertFormula(LU, LUIdx, F)) in GenerateReassociationsImpl()
3390 (void)InsertFormula(LU, LUIdx, F); in GenerateCombinations()
3411 (void)InsertFormula(LU, LUIdx, F); in GenerateSymbolicOffsetsImpl()
[all …]