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