Searched refs:XRayIgnoreLoops (Results 1 – 5 of 5) sorted by relevance
33 bool XRayIgnoreLoops = false; variable
2079 CodeGenOpts<"XRayIgnoreLoops">, DefaultFalse,
107 XRayIgnoreLoops = true; in XRayArgs()223 if (XRayIgnoreLoops) in addArgs()
129 CODEGENOPT(XRayIgnoreLoops , 1, 0)
832 if (CGM.getCodeGenOpts().XRayIgnoreLoops) in StartFunction()