Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h59 struct CalleeInfo { struct
82 CalleeInfo() in CalleeInfo() function
85 explicit CalleeInfo(HotnessType Hotness, bool HasTC, uint64_t RelBF) in CalleeInfo() function
89 void updateHotness(const HotnessType OtherHotness) { in updateHotness()
93 bool hasTailCall() const { return HasTailCall; } in hasTailCall()
118 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp977 const auto *CalleeInfo = A.getAAFor<AAAMDGPUNoAGPR>( in updateImpl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2280 CGCalleeInfo CalleeInfo, in AdjustMemoryAttribute()
2309 CGCalleeInfo CalleeInfo, in ConstructAttributeList()
H A DMicrosoftCXXABI.cpp4172 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local