HomeSort by: relevance | last modified time | path
    Searched defs:isDSOLocal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 55 bool ValueInfo::isDSOLocal(bool WithDSOLocalPropagation) const {
59 ? getSummaryList().size() && getSummaryList()[0]->isDSOLocal()
64 return Summary->isDSOLocal();
238 // e. clear IsDSOLocal flag in every summary if any of them is false.
251 bool IsDSOLocal = true;
290 IsDSOLocal &= S->isDSOLocal();
292 if (!IsDSOLocal)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 233 bool isDSOLocal(bool WithDSOLocalPropagation = false) const;
419 bool isDSOLocal() const { return Flags.DSOLocal; }

Completed in 19 milliseconds