Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h66 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
189 InsertedPostIncValues.clear();
208 for (const auto &VH : InsertedPostIncValues) {
334 InsertedPostIncValues.clear();
375 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1510 InsertedPostIncValues.insert(V); in rememberInstruction()
2190 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()