Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp158 SetVector<FunctionSummary::VFuncId> &TypeTestAssumeVCalls, in addIntrinsicToSummary() argument
188 addVCallToSet(Call, Guid, TypeTestAssumeVCalls, in addIntrinsicToSummary()
237 SetVector<FunctionSummary::VFuncId> TypeTestAssumeVCalls, in computeFunctionSummary() local
286 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
370 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h143 std::vector<FunctionSummary::VFuncId> TypeTestAssumeVCalls,
186 io.mapOptional("TypeTestAssumeVCalls", summary.TypeTestAssumeVCalls);
230 std::move(FSum.TypeTestAssumeVCalls),
DModuleSummaryIndex.h454 std::vector<VFuncId> TypeTestAssumeVCalls, TypeCheckedLoadVCalls;
509 std::vector<VFuncId> TypeTestAssumeVCalls,
516 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
520 std::move(TypeTests), std::move(TypeTestAssumeVCalls),
554 return TIdInfo->TypeTestAssumeVCalls;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dexport-unsuccessful-checked.ll5 ; CHECK-NEXT: TypeTestAssumeVCalls:
Dimport-indir.ll11 ; SUMMARY-NEXT: TypeTestAssumeVCalls:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2909 if (!TIDInfo.TypeTestAssumeVCalls.empty()) { in printTypeIdInfo()
2911 printNonConstVCalls(TIDInfo.TypeTestAssumeVCalls, "typeTestAssumeVCalls"); in printTypeIdInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7557 std::move(TypeIdInfo.TypeTestAssumeVCalls), in ParseFunctionSummary()
7877 TypeIdInfo.TypeTestAssumeVCalls)) in ParseOptionalTypeIdInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst5987 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
6001 TypeTestAssumeVCalls subsubsection
6024 Where each VFuncId has the format described for ``TypeTestAssumeVCalls``.
6039 and where each VFuncId has the format described for ``TypeTestAssumeVCalls``,