Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCodeMetrics.h42 struct CodeMetrics { struct
45 bool exposesReturnsTwice;
48 bool isRecursive;
54 bool notDuplicatable;
57 bool usesDynamicAlloca;
60 unsigned NumInsts;
85 CodeMetrics() in CodeMetrics() argument