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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 57 unsigned NumInsts;
84 usesDynamicAlloca(false), NumInsts(0), NumBlocks(0), NumCalls(0),
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 28 unsigned NumInstsBeforeThisBB = NumInsts;
75 NumInsts += TTI.getUserCost(&*II);
94 // Remember NumInsts for this BB.
95 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB;
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 128 unsigned LoopSize = Metrics.NumInsts;
LoopRotation.cpp 308 if (Metrics.NumInsts > MAX_HEADER_SIZE)
LoopUnswitch.cpp 251 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
    [all...]

Completed in 111 milliseconds