Searched defs:getGUID (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h74 GlobalValue::GUID getGUID() const { function in struct:llvm::ValueInfo
356 return GlobalValueMap[GlobalValue::getGUID(ValueName)];
362 return GlobalValueMap.find(GlobalValue::getGUID(ValueName));
374 GlobalValueMap[GlobalValue::getGUID(ValueName)].push_back(
407 return getGlobalValueSummary(GlobalValue::getGUID(GV.getName()),

Completed in 87 milliseconds