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

References

lib/Bitcode/Writer/ValueEnumerator.cpp
  278       predictValueUseListOrder(&BB, &F, OM, Stack);
  280       predictValueUseListOrder(&A, &F, OM, Stack);
  285             predictValueUseListOrder(Op, &F, OM, Stack);
  288         predictValueUseListOrder(&I, &F, OM, Stack);
  294     predictValueUseListOrder(&G, nullptr, OM, Stack);
  296     predictValueUseListOrder(&F, nullptr, OM, Stack);
  298     predictValueUseListOrder(&A, nullptr, OM, Stack);
  300     predictValueUseListOrder(&I, nullptr, OM, Stack);
  303       predictValueUseListOrder(G.getInitializer(), nullptr, OM, Stack);
  305     predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack);
  307     predictValueUseListOrder(I.getResolver(), nullptr, OM, Stack);
  310       predictValueUseListOrder(U.get(), nullptr, OM, Stack);