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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h 43 /// NumInsts, NumBlocks - Keep track of how large each function is, which
45 unsigned NumInsts, NumBlocks;
68 NumInsts(0), NumBlocks(0), NumCalls(0),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CodeMetrics.h 63 unsigned NumInsts = false;
  /external/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 72 unsigned NumInsts = 0;
82 ++NumInsts;
100 llvm::make_unique<FunctionSummary>(Flags, NumInsts);

Completed in 915 milliseconds