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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h43 // InsertedExpressions caches Values for reuse, so must track RAUW.
45 InsertedExpressions; member in class:llvm::SCEVExpander
107 /// clear - Erase the contents of the InsertedExpressions map so that users
111 InsertedExpressions.clear();
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1627 I = InsertedExpressions.find(std::make_pair(S, InsertPt));
1628 if (I != InsertedExpressions.end())
1643 InsertedExpressions[std::make_pair(S, InsertPt)] = V;

Completed in 448 milliseconds