Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h26 struct CodeMetrics { struct
32 bool callsSetJmp;
35 bool isRecursive;
38 bool containsIndirectBr;
41 bool usesDynamicAlloca;
66 CodeMetrics() : callsSetJmp(false), isRecursive(false), in CodeMetrics() argument
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h42 struct CodeMetrics { struct
45 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCodeMetrics.h42 struct CodeMetrics { struct
45 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 …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_utils.h33 struct CodeMetrics { struct
37 std::unordered_map<uint32_t, size_t> block_sizes_;
40 size_t roi_size_;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_utils.h33 struct CodeMetrics { struct
37 std::unordered_map<uint32_t, size_t> block_sizes_;
40 size_t roi_size_;