Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h78 InsertedExpressions; variable
212 InsertedExpressions.clear();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1547 auto I = InsertedExpressions.find(std::make_pair(S, &*InsertPt)); in expand()
1548 if (I != InsertedExpressions.end()) in expand()
1589 InsertedExpressions[std::make_pair(S, &*InsertPt)] = V; in expand()