Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h55 InsertedExpressions; variable
165 InsertedExpressions.clear();
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1780 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1781 if (I != InsertedExpressions.end()) in expand()
1821 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()