Home
last modified time | relevance | path

Searched defs:Summary (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/scripts/
H A Druntest_Windows.bat136 :Summary label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DProfileSummary.cpp113 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD() argument
H A DAsmWriter.cpp3089 void AssemblyWriter::printSummary(const GlobalValueSummary &Summary) { in printSummary() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp62 auto Summary = ImportIndex.findSummaryInModule( in shouldPromoteLocalToGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h46 std::unique_ptr<ProfileSummary> Summary; member in llvm::ProfileSummaryInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h77 std::unique_ptr<ProfileSummary> Summary; member in llvm::sampleprof::SampleProfileWriter
H A DSampleProfReader.h437 std::unique_ptr<ProfileSummary> Summary; member in llvm::sampleprof::SampleProfileReader
H A DInstrProfReader.h437 std::unique_ptr<ProfileSummary> Summary; member in llvm::IndexedInstrProf::IndexedInstrProfReader
H A DInstrProf.h999 struct Summary { struct in llvm::IndexedInstrProf::HashT
1033 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp74 AliasSummary Summary; member in CFLSteensAAResult::FunctionInfo
H A DCFLAndersAliasAnalysis.cpp334 AliasSummary Summary; member in CFLAndersAAResult::FunctionInfo
H A DModuleSummaryAnalysis.cpp771 auto *Summary = Index.getGlobalValueSummary(*V); in buildModuleSummaryIndex() local
792 auto &Summary = GlobalList.second.SummaryList[0]; buildModuleSummaryIndex() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp284 computeImportForReferencedGlobals( const FunctionSummary &Summary, const ModuleSummaryIndex &Index, const GVSummaryMapTy &DefinedGVSummaries, FunctionImporter::ImportMapTy &ImportList, StringMap<FunctionImporter::ExportSetTy> *ExportLists) computeImportForReferencedGlobals() argument
362 computeImportForFunction( const FunctionSummary &Summary, const ModuleSummaryIndex &Index, const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, SmallVectorImpl<EdgeInfo> &Worklist, FunctionImporter::ImportMapTy &ImportList, StringMap<FunctionImporter::ExportSetTy> *ExportLists, FunctionImporter::ImportThresholdsTy &ImportThresholds) computeImportForFunction() argument
573 auto *Summary = std::get<0>(FuncInfo); ComputeImportForModule() local
769 auto &Summary = GlobalList.second.SummaryList[0]; ComputeCrossModuleImportForModuleFromIndex() local
[all...]
H A DWholeProgramDevirt.cpp755 In >> Summary; in runForTesting() local
774 Out << Summary; in runForTesting() local
706 runWholeProgramDevirtOnIndex( ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs, std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap) runWholeProgramDevirtOnIndex() argument
712 updateIndexWPDForExports( ModuleSummaryIndex &Summary, function_ref<bool(StringRef, ValueInfo)> isExported, std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap) updateIndexWPDForExports() argument
[all...]
H A DLowerTypeTests.cpp1679 In >> Summary; in runForTesting() local
1697 Out << Summary; in runForTesting() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1204 auto Summary in findSummaryInModule() local
1167 addGlobalValueSummary(const GlobalValue &GV, std::unique_ptr<GlobalValueSummary> Summary) addGlobalValueSummary() argument
1173 addGlobalValueSummary(StringRef ValueName, std::unique_ptr<GlobalValueSummary> Summary) addGlobalValueSummary() argument
1180 addGlobalValueSummary(ValueInfo VI, std::unique_ptr<GlobalValueSummary> Summary) addGlobalValueSummary() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3610 writeTypeIdSummaryRecord(SmallVector<uint64_t, 64> &NameVals, StringTableBuilder &StrtabBuilder, const std::string &Id, const TypeIdSummary &Summary) writeTypeIdSummaryRecord() argument
3629 writeTypeIdCompatibleVtableSummaryRecord( SmallVector<uint64_t, 64> &NameVals, StringTableBuilder &StrtabBuilder, const std::string &Id, const TypeIdCompatibleVtableInfo &Summary, ValueEnumerator &VE) writeTypeIdCompatibleVtableSummaryRecord() argument
3643 writePerModuleFunctionSummaryRecord( SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev, const Function &F) writePerModuleFunctionSummaryRecord() argument
3696 auto *Summary = VI.getSummaryList()[0].get(); writeModuleLevelReferences() local
3850 auto *Summary = VI.getSummaryList()[0].get(); writePerModuleGlobalValueSummary() local
3869 auto *Summary = Index->getGlobalValueSummary(A); writePerModuleGlobalValueSummary() local
[all...]

Completed in 34 milliseconds