Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h79 DenseSet<AssertingVH<Value>> InsertedPostIncValues; variable
202 InsertedPostIncValues.clear();
221 for (auto &VH : InsertedPostIncValues) {
330 InsertedPostIncValues.clear();
367 return InsertedValues.count(I) || InsertedPostIncValues.count(I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1887 InsertedPostIncValues.erase(Tmp); in expandCodeForImpl()
2036 InsertedPostIncValues.insert(V); in rememberInstruction()
2659 InsertedPostIncValues.erase(PN); in fixupLCSSAFormFor()