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 |
Return the BPI‐related result associated with pass |
Specializations
Name |
Description |
Trait specialization that maps LazyBranchProbabilityInfoPass to BPI. |
Created with MrDocs