Simple trait class that provides a mapping between BPI passes and the corresponding BPInfo.

Synopsis

Declared in <llvm/Analysis/LazyBranchProbabilityInfo.h>

template<typename PassT>
struct BPIPassTrait;

Static Member Functions

Name

Description

getBPI

Return the BPI‐related result associated with pass P.

Specializations

Name

Description

BPIPassTrait<LazyBranchProbabilityInfoPass>

Trait specialization that maps LazyBranchProbabilityInfoPass to BPI.

Created with MrDocs