Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp161 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() argument
183 TypeTests.insert(Guid); in addIntrinsicToSummary()
211 TypeTests.insert(Guid); in addIntrinsicToSummary()
252 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() local
333 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
474 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/freebsd-13.1/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.h548 std::vector<GlobalValue::GUID> TypeTests;
660 std::vector<GlobalValue::GUID> TypeTests,
669 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
673 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
710 return TIdInfo->TypeTests;
771 TIdInfo->TypeTests.push_back(Guid);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h344 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8407 std::move(Calls), std::move(TypeIdInfo.TypeTests), in parseFunctionSummary()
8974 if (parseTypeTests(TypeIdInfo.TypeTests)) in parseOptionalTypeIdInfo()
9011 bool LLParser::parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in parseTypeTests() argument
9028 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in parseTypeTests()
9032 TypeTests.push_back(GUID); in parseTypeTests()
9040 assert(TypeTests[P.first] == 0 && in parseTypeTests()
9042 Ids.emplace_back(&TypeTests[P.first], P.second); in parseTypeTests()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3267 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
3271 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()