Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/Inputs/
H A Dexport.yaml5 TypeTestAssumeVCalls:
H A Dimport-indir.yaml5 TypeTestAssumeVCalls:
/llvm-project-15.0.7/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.h552 std::vector<VFuncId> TypeTestAssumeVCalls, TypeCheckedLoadVCalls;
714 std::vector<VFuncId> TypeTestAssumeVCalls,
722 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
726 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
778 return TIdInfo->TypeTestAssumeVCalls;
/llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/
H A Dexport-unsuccessful-checked.ll5 ; CHECK-NEXT: TypeTestAssumeVCalls:
H A Dimport-indir.ll13 ; SUMMARY-NEXT: TypeTestAssumeVCalls:
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp161 SetVector<FunctionSummary::VFuncId> &TypeTestAssumeVCalls, in addIntrinsicToSummary() argument
189 addVCallToSet(Call, Guid, TypeTestAssumeVCalls, in addIntrinsicToSummary()
265 SetVector<FunctionSummary::VFuncId> TypeTestAssumeVCalls, in computeFunctionSummary() local
364 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
510 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp3237 if (!TIDInfo.TypeTestAssumeVCalls.empty()) { in printTypeIdInfo()
3239 printNonConstVCalls(TIDInfo.TypeTestAssumeVCalls, "typeTestAssumeVCalls"); in printTypeIdInfo()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8542 std::move(TypeIdInfo.TypeTestAssumeVCalls), in parseFunctionSummary()
9141 TypeIdInfo.TypeTestAssumeVCalls)) in parseOptionalTypeIdInfo()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst7772 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
7786 TypeTestAssumeVCalls subsubsection
7809 Where each VFuncId has the format described for ``TypeTestAssumeVCalls``.
7824 and where each VFuncId has the format described for ``TypeTestAssumeVCalls``,