Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h31 struct CodeMetrics { struct
34 bool exposesReturnsTwice = false;
37 bool isRecursive = false;
43 bool notDuplicatable = false;
46 bool convergent = false;
49 bool usesDynamicAlloca = false;
52 InstructionCost NumInsts = 0;
55 unsigned NumBlocks = false;
61 unsigned NumCalls = false;
72 unsigned NumVectorInsts = 0;
[all …]