Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp157 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() argument
183 TypeTests.insert(Guid); in addIntrinsicToSummary()
211 TypeTests.insert(Guid); in addIntrinsicToSummary()
245 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() local
303 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
400 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h142 std::vector<uint64_t> TypeTests;
185 io.mapOptional("TypeTests", summary.TypeTests);
228 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
H A DModuleSummaryIndex.h469 std::vector<GlobalValue::GUID> TypeTests;
538 std::vector<GlobalValue::GUID> TypeTests,
546 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
550 std::move(TypeTests), std::move(TypeTestAssumeVCalls),
583 return TIdInfo->TypeTests;
627 TIdInfo->TypeTests.push_back(Guid);
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h360 bool ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
H A DLLParser.cpp7731 std::move(Calls), std::move(TypeIdInfo.TypeTests), in ParseFunctionSummary()
8072 if (ParseTypeTests(TypeIdInfo.TypeTests)) in ParseOptionalTypeIdInfo()
8109 bool LLParser::ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in ParseTypeTests() argument
8126 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in ParseTypeTests()
8130 TypeTests.push_back(GUID); in ParseTypeTests()
8137 assert(TypeTests[P.first] == 0 && in ParseTypeTests()
8142 std::make_pair(&TypeTests[P.first], P.second)); in ParseTypeTests()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2925 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
2929 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()