Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h66 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
189 InsertedPostIncValues.clear();
208 for (auto &VH : InsertedPostIncValues) {
328 InsertedPostIncValues.clear();
365 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1753 InsertedPostIncValues.erase(Tmp); in expandCodeForImpl()
1887 InsertedPostIncValues.insert(V); in rememberInstruction()
2553 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()