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

  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 101 auto SummaryList = findGlobalValueSummaryList(ValueGUID);
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 361 findGlobalValueSummaryList(StringRef ValueName) const {
367 findGlobalValueSummaryList(GlobalValue::GUID ValueGUID) const {
388 auto CalleeInfoList = findGlobalValueSummaryList(ValueGUID);
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 110 auto Summaries = Index.findGlobalValueSummaryList(GUID);
207 auto CalleeSummaryList = Index.findGlobalValueSummaryList(GUID);
222 auto SummaryList = Index.findGlobalValueSummaryList(GUID);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 553 findGlobalValueSummaryList(StringRef ValueName) const {
559 findGlobalValueSummaryList(GlobalValue::GUID ValueGUID) const {
600 auto CalleeInfoList = findGlobalValueSummaryList(ValueGUID);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 553 findGlobalValueSummaryList(StringRef ValueName) const {
559 findGlobalValueSummaryList(GlobalValue::GUID ValueGUID) const {
600 auto CalleeInfoList = findGlobalValueSummaryList(ValueGUID);

Completed in 296 milliseconds