Home
last modified time | relevance | path

Searched refs:NumInsts (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DCodeMetrics.h60 unsigned NumInsts; member
87 usesDynamicAlloca(false), NumInsts(0), NumBlocks(0), NumCalls(0), in CodeMetrics()
/external/llvm/lib/Analysis/
DCodeMetrics.cpp115 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock()
166 NumInsts += TTI.getUserCost(&*II); in analyzeBasicBlock()
186 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
/external/llvm/lib/Target/PowerPC/
DPPCLoopDataPrefetch.cpp147 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp371 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
DLoopUnrollPass.cpp594 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
DLoopUnswitch.cpp249 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5); in countLoop()