Searched defs:CalleeInfo (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 55 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/ |
D | ModuleSummaryIndex.h | 54 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/ |
D | ModuleSummaryIndex.h | 32 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/ |
D | CGCall.cpp | 1621 StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo, in ConstructAttributeList() 3511 CGCalleeInfo CalleeInfo, in EmitCall()
|
D | CGExpr.cpp | 3986 CGCalleeInfo CalleeInfo, llvm::Value *Chain) { in EmitCall()
|
D | MicrosoftCXXABI.cpp | 3887 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 4048 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
|
D | CGCall.cpp | 1910 StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo, in ConstructAttributeList()
|