Searched refs:StackDepth (Results 1 – 8 of 8) sorted by relevance
360 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument362 StackDepth = 0; in examineStackFrames()372 ++StackDepth; in examineStackFrames()381 ++StackDepth; in examineStackFrames()850 unsigned StackDepth = 0; in shouldInlineCall() local851 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()852 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
74 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */ member
474 if (machine->StackDepth >= MAX_PROGRAM_CALL_DEPTH) { in _mesa_execute_program()477 machine->CallStack[machine->StackDepth++] = pc + 1; /* next inst */ in _mesa_execute_program()942 if (machine->StackDepth == 0) { in _mesa_execute_program()946 pc = machine->CallStack[--machine->StackDepth] - 1; in _mesa_execute_program()
179 bool StackDepth = false; member
174 Options.StackDepth |= ClStackDepth; in OverrideFromCL()176 !Options.Inline8bitCounters && !Options.StackDepth) in OverrideFromCL()440 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()629 if (Options.StackDepth) in instrumentFunction()889 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
192 machine->StackDepth = 0; in init_machine()
239 machine->StackDepth = 0; in init_machine()
581 bool &IsRecursive, unsigned &StackDepth);