Lines Matching refs:orderValue
57 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
65 orderValue(Op, OM); in orderValue()
85 orderValue(G.getInitializer(), OM); in orderModule()
88 orderValue(A.getAliasee(), OM); in orderModule()
92 orderValue(U.get(), OM); in orderModule()
105 orderValue(&F, OM); in orderModule()
107 orderValue(&A, OM); in orderModule()
109 orderValue(&G, OM); in orderModule()
119 orderValue(&BB, OM); in orderModule()
121 orderValue(&A, OM); in orderModule()
127 orderValue(Op, OM); in orderModule()
130 orderValue(&I, OM); in orderModule()