Searched refs:TypeTests (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 207 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> &TypeTests, in addIntrinsicToSummary() argument 237 TypeTests.insert(Guid); in addIntrinsicToSummary() 267 TypeTests.insert(Guid); in addIntrinsicToSummary() 323 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> TypeTests; in computeFunctionSummary() local 437 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary() 724 TypeTests.takeVector(), TypeTestAssumeVCalls.takeVector(), in computeFunctionSummary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 149 std::vector<uint64_t> TypeTests = {}; 196 io.mapOptional("TypeTests", summary.TypeTests); 251 SmallVector<FunctionSummary::EdgeTy, 0>{}, std::move(GVSum.TypeTests),
|
| H A D | ModuleSummaryIndex.h | 738 std::vector<GlobalValue::GUID> TypeTests; 920 std::vector<GlobalValue::GUID> TypeTests, 930 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() || 934 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls), 975 return TIdInfo->TypeTests; 1036 TIdInfo->TypeTests.push_back(Guid);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 404 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 9773 std::move(TypeIdInfo.TypeTests), in parseFunctionSummary() 10386 if (parseTypeTests(TypeIdInfo.TypeTests)) in parseOptionalTypeIdInfo() 10423 bool LLParser::parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in parseTypeTests() argument 10440 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in parseTypeTests() 10444 TypeTests.push_back(GUID); in parseTypeTests() 10452 assert(TypeTests[P.first] == 0 && in parseTypeTests() 10454 Ids.emplace_back(&TypeTests[P.first], P.second); in parseTypeTests()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3641 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo() 3645 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
|