Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h143 std::vector<FunctionSummary::VFuncId> TypeTestAssumeVCalls,
188 io.mapOptional("TypeTestAssumeVCalls", summary.TypeTestAssumeVCalls);
233 std::move(FSum.TypeTestAssumeVCalls),
H A DModuleSummaryIndex.h551 std::vector<VFuncId> TypeTestAssumeVCalls, TypeCheckedLoadVCalls;
659 std::vector<VFuncId> TypeTestAssumeVCalls,
667 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
671 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
717 return TIdInfo->TypeTestAssumeVCalls;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp162 SetVector<FunctionSummary::VFuncId> &TypeTestAssumeVCalls, in addIntrinsicToSummary() argument
189 addVCallToSet(Call, Guid, TypeTestAssumeVCalls, in addIntrinsicToSummary()
253 SetVector<FunctionSummary::VFuncId> TypeTestAssumeVCalls, in computeFunctionSummary() local
333 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
475 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3300 if (!TIDInfo.TypeTestAssumeVCalls.empty()) { in printTypeIdInfo()
3302 printNonConstVCalls(TIDInfo.TypeTestAssumeVCalls, "typeTestAssumeVCalls"); in printTypeIdInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8707 std::move(TypeIdInfo.TypeTestAssumeVCalls), in parseFunctionSummary()
9277 TypeIdInfo.TypeTestAssumeVCalls)) in parseOptionalTypeIdInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst7448 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
7462 TypeTestAssumeVCalls subsubsection
7485 Where each VFuncId has the format described for ``TypeTestAssumeVCalls``.
7500 and where each VFuncId has the format described for ``TypeTestAssumeVCalls``,