Searched refs:StackDepth (Results 1 – 5 of 5) sorted by relevance
461 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument463 StackDepth = 0; in examineStackFrames()473 ++StackDepth; in examineStackFrames()481 ++StackDepth; in examineStackFrames()1124 unsigned StackDepth = 0; in shouldInlineCall() local1125 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()1126 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
145 bool StackDepth = false; member
197 Options.StackDepth |= ClStackDepth; in OverrideFromCL()201 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()491 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()694 if (Options.StackDepth) in instrumentFunction()1012 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
790 bool &IsRecursive, unsigned &StackDepth);
226 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()