Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h75 InsertedExpressions; variable
197 InsertedExpressions.clear();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1878 InsertedExpressions[std::make_pair(SH, &*Builder.GetInsertPoint())] = V; in expandCodeForImpl()
1974 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1975 if (I != InsertedExpressions.end()) in expand()
2015 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()