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.h82 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
214 InsertedPostIncValues.clear();
234 for (const auto &VH : InsertedPostIncValues) {
375 InsertedPostIncValues.clear();
416 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1596 InsertedPostIncValues.insert(V); in rememberInstruction()
2295 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()