Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h62 InsertedExpressions; variable
187 InsertedExpressions.clear();
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1758 InsertedExpressions[std::make_pair(SH, &*Builder.GetInsertPoint())] = V; in expandCodeForImpl()
1854 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1855 if (I != InsertedExpressions.end()) in expand()
1880 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()