Searched refs:TheFnGUIDWithExportedName (Results 1 – 1 of 1) sorted by relevance
2089 const auto TheFnGUIDWithExportedName = GlobalValue::getGUID(TheFn->getName()); in lookUpFunctionValueInfo() local2100 if ((!TheFnVI) && (TheFnGUID != TheFnGUIDWithExportedName)) { in lookUpFunctionValueInfo()2101 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()