Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp51 struct OrderMap { struct
56 OrderMap() = default;
82 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
102 static OrderMap orderModule(const Module &M) { in orderModule()
105 OrderMap OM; in orderModule()
202 unsigned ID, const OrderMap &OM, in predictValueUseListOrderImpl()
271 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
298 OrderMap OM = orderModule(M); in predictUseListOrder()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp97 using OrderMap = MapVector<const Value *, unsigned>; typedef
111 static void orderValue(const Value *V, OrderMap &OM) { in orderValue()
127 static OrderMap orderModule(const Module *M) { in orderModule()
128 OrderMap OM; in orderModule()
175 predictValueUseListOrder(const Value *V, unsigned ID, const OrderMap &OM) { in predictValueUseListOrder()
239 OrderMap OM = orderModule(M); in predictUseListOrder()