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