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

References

include/llvm/IR/ModuleSummaryIndexYAML.h
  249               FSum->type_tests(), FSum->type_test_assume_vcalls(),
lib/Bitcode/Writer/BitcodeWriter.cpp
 3512   if (!FS->type_tests().empty())
 3513     Stream.EmitRecord(bitc::FS_TYPE_TESTS, FS->type_tests());
 3555   if (!FS->type_tests().empty())
 3556     for (auto &TT : FS->type_tests())
lib/LTO/LTO.cpp
  201       for (auto &TT : FS->type_tests())
  888           !FS->type_tests().empty())
lib/Transforms/IPO/LowerTypeTests.cpp
 2061           for (GlobalValue::GUID G : FS->type_tests())