Searched defs:CalleeInfo (Results 1 – 5 of 5) sorted by relevance
53 struct CalleeInfo { struct72 CalleeInfo() in CalleeInfo() argument74 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() argument77 void updateHotness(const HotnessType OtherHotness) { in updateHotness()81 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness()88 void updateRelBlockFreq(uint64_t BlockFreq, uint64_t EntryFreq) { in updateRelBlockFreq()
32 struct CalleeInfo { struct38 CalleeInfo() : CallsiteCount(0), ProfileCount(0) {} in CalleeInfo() argument39 CalleeInfo(unsigned CallsiteCount, uint64_t ProfileCount) in CalleeInfo() argument
1621 StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo, in ConstructAttributeList()3511 CGCalleeInfo CalleeInfo, in EmitCall()
3986 CGCalleeInfo CalleeInfo, llvm::Value *Chain) { in EmitCall()
3887 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local