Home
last modified time | relevance | path

Searched refs:RecurseDepth (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h161 unsigned RecurseDepth = -1U; member
175 Opts.RecurseDepth = 0; in getForSingleDIE()
182 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
183 Opts.RecurseDepth = 0; in noImplicitRecursion()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp195 static opt<unsigned> RecurseDepth( variable
200 aliasopt(RecurseDepth));
236 DumpOpts.RecurseDepth = RecurseDepth; in getDumpOpts()
390 DumpOpts.RecurseDepth = 0; in lookup()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp614 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()
615 DumpOpts.RecurseDepth--; in dump()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp675 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument
676 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()
704 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()