Searched refs:RecurseDepth (Results 1 – 4 of 4) sorted by relevance
161 unsigned RecurseDepth = -1U; member175 Opts.RecurseDepth = 0; in getForSingleDIE()182 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()183 Opts.RecurseDepth = 0; in noImplicitRecursion()
195 static opt<unsigned> RecurseDepth( variable200 aliasopt(RecurseDepth));236 DumpOpts.RecurseDepth = RecurseDepth; in getDumpOpts()390 DumpOpts.RecurseDepth = 0; in lookup()
614 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()615 DumpOpts.RecurseDepth--; in dump()
675 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument676 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()704 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()