Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp50 struct OrderMap { struct
55 OrderMap() = default;
81 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
101 static OrderMap orderModule(const Module &M) { in orderModule()
104 OrderMap OM; in orderModule()
201 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
270 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
297 OrderMap OM = orderModule(M); in predictUseListOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h249 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
252 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()
254 return OrderMap; in generateInstructionOrderMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp100 struct OrderMap { struct
128 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
143 static OrderMap orderModule(const Module *M) { in orderModule()
144 OrderMap OM; in orderModule()
191 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
254 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
275 OrderMap OM = orderModule(M); in predictUseListOrder()