Searched refs:RecurseDepth (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 156 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/ |
D | llvm-dwarfdump.cpp | 195 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/ |
D | DWARFDie.cpp | 525 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump() 526 DumpOpts.RecurseDepth--; in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 199 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()
|
D | DwarfLinker.h | 391 int RecurseDepth = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 674 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/ |
D | GVN.cpp | 628 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument 629 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock() 657 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()
|