HomeSort by: relevance | last modified time | path
    Searched refs:isGlobalValueLive (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 183 if (isGlobalValueLive(I.get()))
253 if (!isGlobalValueLive(S.get())) {
263 return isGlobalValueLive(Summary.get());
306 if (isGlobalValueLive(GVS)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 185 if (!Index.isGlobalValueLive(GVSummary)) {
576 if (!Index.isGlobalValueLive(GVSummary.second)) {
LowerTypeTests.cpp 2128 if (!ExportSummary->isGlobalValueLive(S.get()))
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 528 if (!Index.isGlobalValueLive(GVS)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1247 bool isGlobalValueLive(const GlobalValueSummary *GVS) const {

Completed in 88 milliseconds