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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 95 if (withGlobalValueDeadStripping())
114 // 1 bit: WithGlobalValueDeadStripping flag.
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1053 bool WithGlobalValueDeadStripping = false;
1207 bool withGlobalValueDeadStripping() const {
1208 return WithGlobalValueDeadStripping;
1211 WithGlobalValueDeadStripping = true;
1248 return !WithGlobalValueDeadStripping || GVS->isLive();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 846 assert(!Index.withGlobalValueDeadStripping());

Completed in 18 milliseconds