Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h66 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
189 InsertedPostIncValues.clear();
208 for (const auto &VH : InsertedPostIncValues) {
335 InsertedPostIncValues.clear();
372 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1887 InsertedPostIncValues.insert(V); in rememberInstruction()
2559 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()