Home
last modified time | relevance | path

Searched refs:NumVectorInsts (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h61 unsigned NumVectorInsts; member
69 NumInlineCandidates(0), NumVectorInsts(0), in CodeMetrics()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp103 ++NumVectorInsts; in analyzeBasicBlock()
590 if (CalleeFI.Metrics.NumVectorInsts > CalleeFI.Metrics.NumInsts/2) in getInlineFudgeFactor()
592 else if (CalleeFI.Metrics.NumVectorInsts > CalleeFI.Metrics.NumInsts/10) in getInlineFudgeFactor()
639 CallerMetrics.NumVectorInsts += CalleeMetrics.NumVectorInsts; in growCachedCostInfo()
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h83 unsigned NumVectorInsts = 0; member
/external/llvm/lib/Analysis/
DCodeMetrics.cpp149 ++NumVectorInsts; in analyzeBasicBlock()