Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp33 unsigned LastGlobalValueID; member
35 OrderMap() : LastGlobalConstantID(0), LastGlobalValueID(0) {} in OrderMap()
41 return ID <= LastGlobalValueID && !isGlobalConstant(ID); in isGlobalValue()
110 OM.LastGlobalValueID = OM.size(); in orderModule()