Searched defs:averageInstructionSize (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMRoutineManager.hpp53 static volatile int averageInstructionSize; member in class:sw::LLVMRoutineManager
H A DLLVMRoutineManager.cpp27 volatile int LLVMRoutineManager::averageInstructionSize = 4; member in class:sw::LLVMRoutineManager
60 actualSize = instructionCount * averageInstructionSize;
64 sw::atomicIncrement(&averageInstructionSize);

Completed in 33 milliseconds