HomeSort by relevance Sort by last modified time
    Searched defs:NumVectorInsts (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 83 unsigned NumVectorInsts = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h 58 /// NumVectorInsts - Keep track of how many instructions produce vector
61 unsigned NumVectorInsts;
69 NumInlineCandidates(0), NumVectorInsts(0),

Completed in 823 milliseconds