Searched refs:Prune (Results 1 – 12 of 12) sorted by relevance
30 llvm::errs() << " Prune: " << Prune << '\n'; in dump()70 I.Keep = !I.Prune; in markEverythingAsKept()
275 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning()282 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning()284 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && in updatePruning()287 return Info.Prune; in updatePruning()293 Info.Prune &= ChildInfo.Prune; in updateChildPruning()368 Info.Prune = Current.InImportedModule; in analyzeContextInfo()661 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateChildIncompleteness()788 Info.Prune = false; in lookForRefDIEsToKeep()888 if (MyInfo.Prune) { in lookForDIEsToKeep()892 MyInfo.Prune = false; in lookForDIEsToKeep()
88 bool Prune : 1; member
1034 IterListType Prune; in pruneEmptyLists() local1037 Prune.push_back(I); in pruneEmptyLists()1039 for (const auto &It : Prune) in pruneEmptyLists()
283 lookup.Prune(func_list, start_func_idx); in SearchCallback()
942 void Prune(SymbolContextList &sc_list, size_t start_idx) const;
459 lookup_info.Prune(sc_list, old_size); in FindFunctions()486 lookup_info.Prune(sc_list, old_size); in FindFunctionSymbols()
747 void Module::LookupInfo::Prune(SymbolContextList &sc_list, in Prune() function in Module::LookupInfo838 lookup_info.Prune(sc_list, old_size); in FindFunctions()
1044 HelpText<"Prune the incremental LTO cache after <seconds> (-1 disables pruning)">,