Searched refs:TypeIdInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h686 struct TypeIdInfo { struct in class:llvm::CalleeInfo::AllocationType::FunctionSummary
847 std::unique_ptr<TypeIdInfo> TIdInfo;
889 TIdInfo = std::make_unique<TypeIdInfo>(
890 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
997 TIdInfo = std::make_unique<TypeIdInfo>();
1001 const TypeIdInfo *getTypeIdInfo() const { return TIdInfo.get(); };
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2065 DenseMap<Metadata *, TIInfo> TypeIdInfo; local
2209 auto &Info = TypeIdInfo[Type->getOperand(1)];
2227 for (GlobalTypeMember *GTM : TypeIdInfo[TypeId].RefGlobals)
2302 for (auto &P : TypeIdInfo) {
2337 MaxUniqueId = std::max(MaxUniqueId, TypeIdInfo[MD].UniqueId);
2365 return TypeIdInfo[M1].UniqueId < TypeIdInfo[M2].UniqueId;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h387 bool parseOptionalTypeIdInfo(FunctionSummary::TypeIdInfo &TypeIdInfo);
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8930 FunctionSummary::TypeIdInfo TypeIdInfo;
8958 if (parseOptionalTypeIdInfo(TypeIdInfo))
8987 std::move(Calls), std::move(TypeIdInfo.TypeTests),
8988 std::move(TypeIdInfo.TypeTestAssumeVCalls),
8989 std::move(TypeIdInfo.TypeCheckedLoadVCalls),
8990 std::move(TypeIdInfo.TypeTestAssumeConstVCalls),
8991 std::move(TypeIdInfo.TypeCheckedLoadConstVCalls),
9586 FunctionSummary::TypeIdInfo &TypeIdInfo) {
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2684 void printTypeIdInfo(const FunctionSummary::TypeIdInfo &TIDInfo);
3375 const FunctionSummary::TypeIdInfo &TIDInfo) {

Completed in 208 milliseconds