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

References

include/llvm/Transforms/Utils/FunctionImportUtils.h
  103     collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false);
  105     collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true);
lib/Transforms/Utils/FunctionImportUtils.cpp
   88   if (Used.count(const_cast<GlobalValue *>(&GV)))