Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h46 InsertedExpressions; variable
112 InsertedExpressions.clear();
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1630 I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1631 if (I != InsertedExpressions.end()) in expand()
1646 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()