Home
last modified time | relevance | path

Searched refs:TheFnGUIDWithExportedName (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2091 const auto TheFnGUIDWithExportedName = GlobalValue::getGUID(TheFn->getName()); in lookUpFunctionValueInfo() local
2102 if ((!TheFnVI) && (TheFnGUID != TheFnGUIDWithExportedName)) { in lookUpFunctionValueInfo()
2103 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()