Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2215 const auto TheFnGUIDWithExportedName = GlobalValue::getGUID(TheFn->getName()); in lookUpFunctionValueInfo() local
2226 if ((!TheFnVI) && (TheFnGUID != TheFnGUIDWithExportedName)) { in lookUpFunctionValueInfo()
2227 TheFnVI = ExportSummary->getValueInfo(TheFnGUIDWithExportedName); in lookUpFunctionValueInfo()