Searched defs:CodeMetrics (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DCodeMetrics.h1 //===- CodeMetrics.h - Code cost measurements -------------------*- C++ -*-===//
42 struct CodeMetrics { struct in namespace:llvm
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCodeMetrics.h1 //===- CodeMetrics.h - Measures the weight of a function---------*- C++ -*-===//
24 // CodeMetrics - Calculate size and a few similar metrics for a set of
26 struct CodeMetrics { struct in namespace:llvm
66 CodeMetrics() : callsSetJmp(false), isRecursive(false), function in struct:llvm::CodeMetrics

Completed in 93 milliseconds