Searched defs:CodeMetrics (Results 1 – 1 of 1) sorted by relevance
31 struct CodeMetrics { struct34 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;58 DenseMap<const BasicBlock *, InstructionCost> NumBBInsts;61 unsigned NumCalls = false;[all …]