Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp30 struct OrderMap { struct
35 OrderMap() : LastGlobalConstantID(0), LastGlobalValueID(0) {} in OrderMap() function
57 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
72 static OrderMap orderModule(const Module &M) { in orderModule()
75 OrderMap OM; in orderModule()
139 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
208 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
229 OrderMap OM = orderModule(M); in predictUseListOrder()
/external/llvm/lib/IR/
DAsmWriter.cpp55 struct OrderMap { struct
71 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
86 static OrderMap orderModule(const Module *M) { in orderModule()
89 OrderMap OM; in orderModule()
133 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
196 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
217 OrderMap OM = orderModule(M); in predictUseListOrder()