Searched defs:CodeMetrics (Results 1 – 1 of 1) sorted by relevance
30 struct CodeMetrics { struct33 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 …]