Home
last modified time | relevance | path

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

/dports/security/klee/klee-2.2/lib/Core/
H A DStatsTracker.cpp100 cl::opt<unsigned> IStatsWriteAfterInstructions( variable
182 if (IStatsWriteAfterInstructions > 0 && iStatsWriteInterval) in StatsTracker()
378 if (istatsFile && IStatsWriteAfterInstructions && in stepInstruction()
379 stats::instructions % IStatsWriteAfterInstructions.getValue() == 0) in stepInstruction()