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