reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
  262           predictValueUseListOrder(Op, F, OM, Stack);
  282       predictValueUseListOrder(&BB, &F, OM, Stack);
  284       predictValueUseListOrder(&A, &F, OM, Stack);
  289             predictValueUseListOrder(Op, &F, OM, Stack);
  292         predictValueUseListOrder(&I, &F, OM, Stack);
  297     predictValueUseListOrder(&G, nullptr, OM, Stack);
  299     predictValueUseListOrder(&F, nullptr, OM, Stack);
  301     predictValueUseListOrder(&A, nullptr, OM, Stack);
  303     predictValueUseListOrder(&I, nullptr, OM, Stack);
  306       predictValueUseListOrder(G.getInitializer(), nullptr, OM, Stack);
  308     predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack);
  310     predictValueUseListOrder(I.getResolver(), nullptr, OM, Stack);
  313       predictValueUseListOrder(U.get(), nullptr, OM, Stack);