Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp64 struct FunctionDiff { struct
66 std::string FuncName;
68 int64_t InstCount[2] = {0, 0};
92 FunctionDiff(StringRef FuncName, const InstCountAndStackSize &A, in FunctionDiff() argument