Searched refs:XRayIgnoreLoops (Results 1 – 5 of 5) sorted by relevance
33 bool XRayIgnoreLoops = false; variable
1893 CodeGenOpts<"XRayIgnoreLoops">, DefaultFalse,
106 XRayIgnoreLoops = true; in XRayArgs()222 if (XRayIgnoreLoops) in addArgs()
120 CODEGENOPT(XRayIgnoreLoops , 1, 0)
828 if (CGM.getCodeGenOpts().XRayIgnoreLoops) in StartFunction()