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()
156 bool StackDepth = false; member
194 Options.StackDepth |= ClStackDepth; in OverrideFromCL()198 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()478 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()683 if (Options.StackDepth) in instrumentFunction()996 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
766 bool &IsRecursive, unsigned &StackDepth);
250 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()