getOrInsertValueInfo overloads
Synopses
Declared in <llvm/IR/ModuleSummaryIndex.h>
Return a ValueInfo for GUID.
Return a ValueInfo for GV and mark it as belonging to GV.
ValueInfo
getOrInsertValueInfo(GlobalValue const* GV);
Return a ValueInfo for GUID setting value Name.
ValueInfo
getOrInsertValueInfo(
GlobalValue::GUID GUID,
StringRef Name);
Return a ValueInfo for GV with GUID GUID and mark it as belonging to GV.
ValueInfo
getOrInsertValueInfo(
GlobalValue const* GV,
GlobalValue::GUID GUID);
Return Value
-
A ValueInfo for
GUID. -
A ValueInfo for
GVand mark it as belonging to GV. -
A ValueInfo for
GUIDsetting valueName. -
A ValueInfo for
GVwith GUIDGUIDand mark it as belonging to GV.
Parameters
Name |
Description |
GUID |
Global value GUID to insert or look up. |
GV |
The global value whose IR is available. |
Name |
Name string to associate with the value info. |
Created with MrDocs