Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp57 unsigned NumInstructions, NumVectorInstructions; member in __anon8a7661030111::CallAnalyzer
130 NumInstructions(0), NumVectorInstructions(0), in CallAnalyzer()
700 ++NumInstructions; in analyzeBlock()
718 if (NumVectorInstructions > NumInstructions/2) in analyzeBlock()
720 else if (NumVectorInstructions > NumInstructions/10) in analyzeBlock()
795 assert(NumInstructions == 0); in analyzeCall()
/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp428 unsigned NumInstructions = InstructionSpecifiers.size(); in emitInstructionInfo() local
437 for (unsigned Index = 0; Index < NumInstructions; ++Index) { in emitInstructionInfo()
469 for (unsigned index = 0; index < NumInstructions; ++index) { in emitInstructionInfo()
500 if (index + 1 < NumInstructions) in emitInstructionInfo()
/external/mesa3d/src/mesa/main/
Dmtypes.h1806 GLuint NumInstructions; member