HomeSort by relevance Sort by last modified time
    Searched refs:Summaries (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 10 // This file implements Function import based on summaries.
110 auto Summaries = Index.findGlobalValueSummaryList(GUID);
111 if (Summaries == Index.end())
113 if (Summaries->second.size() != 1)
121 return canBeExternallyReferenced(**Summaries->second.begin());
434 /// Compute the set of summaries needed for a ThinLTO backend compilation of
441 // Include all summaries from the importing module.
446 // Include summaries for imports.
523 // Lookup the linkage recorded in the summaries during global analysis.
561 // Automatically import functions in Module \p DestModule based on the summaries
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 380 // Function/Method behavior summaries.
439 /// Test if two retain summaries are identical. Note that merely equivalent
440 /// summaries are not necessarily identical (for example, if an explicit
469 // Data structures for constructing summaries.
537 // we cache summaries for the null ObjCInterfaceDecl* to allow us to
538 // generate initial summaries without having to worry about NSObject
578 // Data structures for managing collections of summaries.
608 /// FuncSummaries - A map from FunctionDecls to summaries.
612 /// to summaries.
615 /// ObjCMethodSummaries - A map from selectors to summaries
    [all...]

Completed in 194 milliseconds