Searched refs:averageInstructionSize (Results 1 – 2 of 2) sorted by relevance
29 volatile int LLVMRoutineManager::averageInstructionSize = 4; member in rr::LLVMRoutineManager62 actualSize = instructionCount * averageInstructionSize; in startFunctionBody()66 atomicIncrement(&averageInstructionSize); in startFunctionBody()
55 static volatile int averageInstructionSize; member in rr::LLVMRoutineManager