Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h79 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
199 InsertedPostIncValues.clear();
216 for (auto &VH : InsertedPostIncValues) {
325 InsertedPostIncValues.clear();
362 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1873 InsertedPostIncValues.erase(Tmp); in expandCodeForImpl()
2022 InsertedPostIncValues.insert(V); in rememberInstruction()
2643 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()