Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCodeMetrics.h42 struct CodeMetrics { struct
45 bool exposesReturnsTwice = false;
48 bool isRecursive = false;
54 bool notDuplicatable = false;
57 bool convergent = false;
60 bool usesDynamicAlloca = false;
63 unsigned NumInsts = false;
66 unsigned NumBlocks = false;
72 unsigned NumCalls = false;
83 unsigned NumVectorInsts = 0;
[all …]