Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h79 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
206 InsertedPostIncValues.clear();
226 for (const auto &VH : InsertedPostIncValues) {
360 InsertedPostIncValues.clear();
401 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1568 InsertedPostIncValues.insert(V); in rememberInstruction()
2288 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()