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