Searched defs:CodeMetrics (Results 1 – 5 of 5) sorted by relevance
32 struct CodeMetrics { struct35 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 …]
42 struct CodeMetrics { struct45 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;69 DenseMap<const BasicBlock *, unsigned> NumBBInsts;72 unsigned NumCalls = false;[all …]
33 struct CodeMetrics { struct37 std::unordered_map<uint32_t, size_t> block_sizes_;40 size_t roi_size_;