Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.h546 std::vector<GlobalValue::GUID> TypeTests;
658 std::vector<GlobalValue::GUID> TypeTests,
667 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
671 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
708 return TIdInfo->TypeTests;
769 TIdInfo->TypeTests.push_back(Guid);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h355 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8706 std::move(Calls), std::move(TypeIdInfo.TypeTests), in parseFunctionSummary()
9272 if (parseTypeTests(TypeIdInfo.TypeTests)) in parseOptionalTypeIdInfo()
9309 bool LLParser::parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in parseTypeTests() argument
9326 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in parseTypeTests()
9330 TypeTests.push_back(GUID); in parseTypeTests()
9338 assert(TypeTests[P.first] == 0 && in parseTypeTests()
9340 Ids.emplace_back(&TypeTests[P.first], P.second); in parseTypeTests()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3279 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
3283 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst7448 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
7452 TypeTests subsubsection