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

  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 99 ModuleSummaryIndex::getGlobalValueSummary(uint64_t ValueGUID,
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 404 GlobalValueSummary *getGlobalValueSummary(const GlobalValue &GV,
407 return getGlobalValueSummary(GlobalValue::getGUID(GV.getName()),
414 GlobalValueSummary *getGlobalValueSummary(GlobalValue::GUID ValueGUID,

Completed in 48 milliseconds