Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCodeMetrics.h32 struct CodeMetrics { struct
35 bool exposesReturnsTwice = false;
38 bool isRecursive = false;
44 bool notDuplicatable = false;
47 bool convergent = false;
50 bool usesDynamicAlloca = false;
53 unsigned NumInsts = false;
56 unsigned NumBlocks = false;
59 DenseMap<const BasicBlock *, unsigned> NumBBInsts;
62 unsigned NumCalls = false;
[all …]