Searched refs:InstructionThreshold (Results 1 – 2 of 2) sorted by relevance
85 if (S.getAsInteger(0, InstructionThreshold) || InstructionThreshold < 0) in XRayArgs()241 Twine(InstructionThreshold))); in addArgs()
29 int InstructionThreshold = 200; variable