Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCodeMetrics.h39 struct CodeMetrics { struct
42 bool exposesReturnsTwice;
45 bool isRecursive;
51 bool notDuplicatable;
54 bool usesDynamicAlloca;
57 unsigned NumInsts;
82 CodeMetrics() in CodeMetrics() argument