Home
last modified time | relevance | path

Searched defs:CalleeInfo (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h55 struct CalleeInfo { struct
74 CalleeInfo() in CalleeInfo() argument
76 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() function
79 void updateHotness(const HotnessType OtherHotness) { in updateHotness()
104 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h54 struct CalleeInfo { struct
73 CalleeInfo() in CalleeInfo() argument
75 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() function
78 void updateHotness(const HotnessType OtherHotness) { in updateHotness()
103 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h32 struct CalleeInfo { struct
38 CalleeInfo() : CallsiteCount(0), ProfileCount(0) {} in CalleeInfo() argument
39 CalleeInfo(unsigned CallsiteCount, uint64_t ProfileCount) in CalleeInfo() function
/external/clang/lib/CodeGen/
DCGCall.cpp1621 StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo, in ConstructAttributeList()
3511 CGCalleeInfo CalleeInfo, in EmitCall()
DCGExpr.cpp3986 CGCalleeInfo CalleeInfo, llvm::Value *Chain) { in EmitCall()
DMicrosoftCXXABI.cpp3887 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp4048 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
DCGCall.cpp1910 StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo, in ConstructAttributeList()