Searched refs:StackDepth (Results 1 – 5 of 5) sorted by relevance
407 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument409 StackDepth = 0; in examineStackFrames()419 ++StackDepth; in examineStackFrames()427 ++StackDepth; in examineStackFrames()1068 unsigned StackDepth = 0; in shouldInlineCall() local1069 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()1070 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
150 bool StackDepth = false; member
189 Options.StackDepth |= ClStackDepth; in OverrideFromCL()193 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()473 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()667 if (Options.StackDepth) in instrumentFunction()983 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
783 bool &IsRecursive, unsigned &StackDepth);
215 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()