Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp836 class LSRUse;
849 const LSRUse &LU, const Formula &F);
852 const LSRUse &LU, const Formula &F);
899 const LSRUse &LU,
991 const LSRUse &LU, in RateFormula()
1205 class LSRUse { class
1254 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T), in LSRUse() function in __anonb19727160711::LSRUse
1274 bool LSRUse::HasFormulaWithSameRegs(const Formula &F) const { in HasFormulaWithSameRegs()
1285 bool LSRUse::InsertFormula(const Formula &F) { in InsertFormula()
1320 void LSRUse::DeleteFormula(Formula &F) { in DeleteFormula()
[all …]