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()1122 unsigned StackDepth = 0; in shouldInlineCall() local1123 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()1124 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
150 bool StackDepth = false; member
195 Options.StackDepth |= ClStackDepth; in OverrideFromCL()199 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()474 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()677 if (Options.StackDepth) in instrumentFunction()989 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
774 bool &IsRecursive, unsigned &StackDepth);
239 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()