Searched refs:StackDepth (Results 1 – 5 of 5) sorted by relevance
389 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument391 StackDepth = 0; in examineStackFrames()401 ++StackDepth; in examineStackFrames()409 ++StackDepth; in examineStackFrames()1013 unsigned StackDepth = 0; in shouldInlineCall() local1014 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()1015 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
177 Options.StackDepth |= ClStackDepth; in OverrideFromCL()179 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()477 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()661 if (Options.StackDepth) in instrumentFunction()947 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
171 bool StackDepth = false; member
774 bool &IsRecursive, unsigned &StackDepth);
235 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()