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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 282 } else if (VI && VI.isDSOLocal(ImportIndex.withDSOLocalPropagation())) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 55 bool ValueInfo::isDSOLocal(bool WithDSOLocalPropagation) const {
58 return WithDSOLocalPropagation
107 if (withDSOLocalPropagation())
139 // 1 bit: WithDSOLocalPropagation flag.
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 213 AddUnsigned(VI.isDSOLocal(Index.withDSOLocalPropagation()));
232 AddUnsigned(ET.first.isDSOLocal(Index.withDSOLocalPropagation()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 233 bool isDSOLocal(bool WithDSOLocalPropagation = false) const;
1062 bool WithDSOLocalPropagation = false;
1219 bool withDSOLocalPropagation() const { return WithDSOLocalPropagation; }
1220 void setWithDSOLocalPropagation() { WithDSOLocalPropagation = true; }

Completed in 18 milliseconds