Searched refs:StackDepth (Results 1 – 5 of 5) sorted by relevance
459 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument461 StackDepth = 0; in examineStackFrames()471 ++StackDepth; in examineStackFrames()479 ++StackDepth; in examineStackFrames()1123 unsigned StackDepth = 0; in shouldInlineCall() local1124 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()1125 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
162 bool StackDepth = false; member
216 Options.StackDepth |= ClStackDepth; in OverrideFromCL()223 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()497 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()725 if (Options.StackDepth) in instrumentFunction()1094 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
779 bool &IsRecursive, unsigned &StackDepth);
251 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()