Identifies profitable indirect call promotion candidates.

Synopsis

Declared in <llvm/Analysis/IndirectCallPromotionAnalysis.h>

class ICallPromotionAnalysis;

Description

Uses indirect‐call value profile metadata when it is available.

Member Functions

Name

Description

ICallPromotionAnalysis [constructor]

Construct an analysis for identifying indirect call promotion candidates.

getPromotionCandidatesForInstruction

Returns reference to array of InstrProfValueData for the given instruction I.

Created with MrDocs