Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h53 struct CalleeInfo { struct
72 CalleeInfo() in CalleeInfo() argument
74 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) in CalleeInfo() argument
77 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()
/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() argument
/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