Home
last modified time | relevance | path

Searched refs:TypeTests (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h142 std::vector<uint64_t> TypeTests;
187 io.mapOptional("TypeTests", summary.TypeTests);
232 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
H A DModuleSummaryIndex.h690 std::vector<GlobalValue::GUID> TypeTests;
876 std::vector<GlobalValue::GUID> TypeTests,
886 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
890 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
937 return TIdInfo->TypeTests;
998 TIdInfo->TypeTests.push_back(Guid);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp170 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> &TypeTests, in addIntrinsicToSummary() argument
199 TypeTests.insert(Guid); in addIntrinsicToSummary()
228 TypeTests.insert(Guid); in addIntrinsicToSummary()
284 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> TypeTests; in computeFunctionSummary() local
393 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
633 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h388 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8987 std::move(Calls), std::move(TypeIdInfo.TypeTests), in parseFunctionSummary()
9597 if (parseTypeTests(TypeIdInfo.TypeTests)) in parseOptionalTypeIdInfo()
9634 bool LLParser::parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in parseTypeTests() argument
9651 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in parseTypeTests()
9655 TypeTests.push_back(GUID); in parseTypeTests()
9663 assert(TypeTests[P.first] == 0 && in parseTypeTests()
9665 Ids.emplace_back(&TypeTests[P.first], P.second); in parseTypeTests()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3378 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
3382 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()