Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCodeMetrics.h30 struct CodeMetrics { struct
33 bool exposesReturnsTwice = false;
36 bool isRecursive = false;
42 bool notDuplicatable = false;
45 bool convergent = false;
48 bool usesDynamicAlloca = false;
51 unsigned NumInsts = false;
54 unsigned NumBlocks = false;
57 DenseMap<const BasicBlock *, unsigned> NumBBInsts;
60 unsigned NumCalls = false;
[all …]