Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h58 struct CalleeInfo { struct
77 CalleeInfo() in CalleeInfo() function
79 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() function
82 void updateHotness(const HotnessType OtherHotness) { in updateHotness()
107 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { in getHotnessName() argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4170 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp2129 CGCalleeInfo CalleeInfo, in ConstructAttributeList()