Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp54 struct OrderMap { struct
59 OrderMap() = default;
85 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
105 static OrderMap orderModule(const Module &M) { in orderModule()
108 OrderMap OM; in orderModule()
205 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
275 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
302 OrderMap OM = orderModule(M); in predictUseListOrder()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp51 struct OrderMap { struct
55 OrderMap() = default;
77 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
97 static OrderMap orderModule(const Module &M) { in orderModule()
100 OrderMap OM; in orderModule()
166 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
224 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
251 OrderMap OM = orderModule(M); in predictUseListOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h246 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
249 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()
251 return OrderMap; in generateInstructionOrderMap()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp99 using OrderMap = MapVector<const Value *, unsigned>; typedef
113 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
129 static OrderMap orderModule(const Module *M) { in orderModule()
130 OrderMap OM; in orderModule()
177 predictValueUseListOrder(const Value *V, unsigned ID, const OrderMap &OM) { in predictValueUseListOrder()
239 OrderMap OM = orderModule(M); in predictUseListOrder()