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.

Return a ValueInfo for GUID setting value Name.

Return a ValueInfo for GV with GUID GUID and mark it as belonging to GV.

Return Value

  • A ValueInfo for GUID.

  • A ValueInfo for GV and mark it as belonging to GV.

  • A ValueInfo for GUID setting value Name.

  • A ValueInfo for GV with GUID GUID and 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