Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h156 unsigned RecurseDepth = -1U; member
170 Opts.RecurseDepth = 0; in getForSingleDIE()
177 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
178 Opts.RecurseDepth = 0; in noImplicitRecursion()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp195 static opt<unsigned> RecurseDepth( variable
200 aliasopt(RecurseDepth));
236 DumpOpts.RecurseDepth = RecurseDepth; in getDumpOpts()
377 DumpOpts.RecurseDepth = 0; in lookup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp525 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()
526 DumpOpts.RecurseDepth--; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp199 DumpOpts.RecurseDepth = 0; in reportWarning()
570 DumpOpts.RecurseDepth = 0; in shouldKeepVariableDIE()
606 DumpOpts.RecurseDepth = 0; in shouldKeepSubprogramDIE()
1972 DWARFDie DIE, CompileUnit &U, const DebugMapObject &DMO, int RecurseDepth) { in hashFullyQualifiedName() argument
2006 return djbHash(Name ? Name : "", djbHash(RecurseDepth ? "" : "::")); in hashFullyQualifiedName()
2012 hashFullyQualifiedName(Die, *CU, DMO, ++RecurseDepth))); in hashFullyQualifiedName()
2465 DumpOpts.RecurseDepth = 0; in link()
DDwarfLinker.h391 int RecurseDepth = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp674 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument
675 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()
703 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp628 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument
629 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()
657 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()