Searched defs:OverlapStats (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 605 struct OverlapStats { struct 606 enum OverlapStatsLevel { ProgramLevel, FunctionLevel }; argument 615 OverlapStatsLevel Level; argument 622 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument 623 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 628 void setFuncInfo(StringRef Name, uint64_t Hash) { in setFuncInfo() 638 static inline double score(uint64_t Val1, uint64_t Val2, double Sum1, in score()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 650 struct OverlapStats { struct 651 enum OverlapStatsLevel { ProgramLevel, FunctionLevel }; argument 660 OverlapStatsLevel Level; argument 667 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument 668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 673 void setFuncInfo(StringRef Name, uint64_t Hash) { in setFuncInfo() 683 static inline double score(uint64_t Val1, uint64_t Val2, double Sum1, in score()
|