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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 60 unsigned NumInsts;
87 usesDynamicAlloca(false), NumInsts(0), NumBlocks(0), NumCalls(0),
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 109 unsigned NumInstsBeforeThisBB = NumInsts;
163 NumInsts += TTI.getUserCost(&*II);
182 // Remember NumInsts for this BB.
183 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB;
  /external/llvm/include/llvm/IR/
FunctionInfo.h 63 FunctionSummary(unsigned NumInsts) : InstCount(NumInsts) {}
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 148 unsigned LoopSize = Metrics.NumInsts;
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 168 if (Metrics.NumInsts > MaxHeaderSize)
LoopUnrollPass.cpp 702 unsigned LoopSize = Metrics.NumInsts;
    [all...]
LoopUnswitch.cpp 296 Props.SizeEstimation = Metrics.NumInsts;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1605 milliseconds