struct BPIPassTrait

Declaration

template <typename PassT>
struct BPIPassTrait { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h:113

Templates

PassT

Method Overview

  • public static PassT & getBPI(PassT * P)

Methods

ΒΆstatic PassT& getBPI(PassT* P)

Declared at: llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h:114

Parameters

PassT* P