Searched refs:OrderMap (Results 1 – 3 of 3) sorted by relevance
50 struct OrderMap { struct55 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()
249 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local252 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()254 return OrderMap; in generateInstructionOrderMap()
100 struct OrderMap { struct128 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()