Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h38 InsertedExpressions; variable
100 InsertedExpressions.clear();
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h46 InsertedExpressions; variable
157 InsertedExpressions.clear();
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1409 InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1410 if (I != InsertedExpressions.end()) in expand()
1426 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1694 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); in expand()
1695 if (I != InsertedExpressions.end()) in expand()
1713 InsertedExpressions[std::make_pair(S, InsertPt)] = V; in expand()