HomeSort by relevance Sort by last modified time
    Searched defs:OM (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 57 static void orderValue(const Value *V, OrderMap &OM) {
58 if (OM.lookup(V).first)
65 orderValue(Op, OM);
69 OM.index(V);
75 OrderMap OM;
85 orderValue(G.getInitializer(), OM);
88 orderValue(A.getAliasee(), OM);
92 orderValue(U.get(), OM);
94 OM.LastGlobalConstantID = OM.size()
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 74 static void orderValue(const Value *V, OrderMap &OM) {
75 if (OM.lookup(V).first)
82 orderValue(Op, OM);
86 OM.index(V);
92 OrderMap OM;
97 orderValue(G.getInitializer(), OM);
98 orderValue(&G, OM);
102 orderValue(A.getAliasee(), OM);
103 orderValue(&A, OM);
108 orderValue(U.get(), OM);
    [all...]

Completed in 58 milliseconds