Home
last modified time | relevance | path

Searched refs:removeEmptySummaryEntries (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp56 void ModuleSummaryIndex::removeEmptySummaryEntries() { in removeEmptySummaryEntries() function in ModuleSummaryIndex
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h484 void removeEmptySummaryEntries();
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6149 TheIndex->removeEmptySummaryEntries(); in parseEntireSummary()