Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp57 unsigned LastGlobalValueID = 0; member
66 return ID <= LastGlobalValueID && !isGlobalConstant(ID); in isGlobalValue()
176 OM.LastGlobalValueID = OM.size(); in orderModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp53 unsigned LastGlobalValueID = 0; member
58 return ID <= LastGlobalValueID; in isGlobalValue()
118 OM.LastGlobalValueID = OM.size(); in orderModule()