Home
last modified time | relevance | path

Searched refs:NumInstructions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DInlineCost.cpp57 unsigned NumInstructions, NumVectorInstructions; member in __anon3ef379810111::CallAnalyzer
130 NumInstructions(0), NumVectorInstructions(0), in CallAnalyzer()
728 ++NumInstructions; in analyzeBlock()
746 if (NumVectorInstructions > NumInstructions/2) in analyzeBlock()
748 else if (NumVectorInstructions > NumInstructions/10) in analyzeBlock()
823 assert(NumInstructions == 0); in analyzeCall()
/external/mesa3d/src/mesa/main/
Dmtypes.h1806 GLuint NumInstructions; member