Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1990 unsigned MaxUniqueId = 0; in lower() local
1994 MaxUniqueId = std::max(MaxUniqueId, TypeIdInfo[MD].UniqueId); in lower()
1996 MaxUniqueId = std::max(MaxUniqueId, BF->UniqueId); in lower()
1998 Sets.emplace_back(I, MaxUniqueId); in lower()