LLVM 19.0.0git
Public Member Functions | Friends | List of all members
llvm::BasicBlockSectionsProfileReader Class Reference

#include "llvm/CodeGen/BasicBlockSectionsProfileReader.h"

Public Member Functions

 BasicBlockSectionsProfileReader (const MemoryBuffer *Buf)
 
 BasicBlockSectionsProfileReader ()
 
bool isFunctionHot (StringRef FuncName) const
 
std::pair< bool, SmallVector< BBClusterInfo > > getClusterInfoForFunction (StringRef FuncName) const
 
SmallVector< SmallVector< unsigned > > getClonePathsForFunction (StringRef FuncName) const
 

Friends

class BasicBlockSectionsProfileReaderWrapperPass
 

Detailed Description

Definition at line 78 of file BasicBlockSectionsProfileReader.h.

Constructor & Destructor Documentation

◆ BasicBlockSectionsProfileReader() [1/2]

llvm::BasicBlockSectionsProfileReader::BasicBlockSectionsProfileReader ( const MemoryBuffer Buf)
inline

Definition at line 81 of file BasicBlockSectionsProfileReader.h.

◆ BasicBlockSectionsProfileReader() [2/2]

llvm::BasicBlockSectionsProfileReader::BasicBlockSectionsProfileReader ( )
inline

Definition at line 84 of file BasicBlockSectionsProfileReader.h.

Member Function Documentation

◆ getClonePathsForFunction()

SmallVector< SmallVector< unsigned > > llvm::BasicBlockSectionsProfileReader::getClonePathsForFunction ( StringRef  FuncName) const

◆ getClusterInfoForFunction()

std::pair< bool, SmallVector< BBClusterInfo > > llvm::BasicBlockSectionsProfileReader::getClusterInfoForFunction ( StringRef  FuncName) const

◆ isFunctionHot()

bool llvm::BasicBlockSectionsProfileReader::isFunctionHot ( StringRef  FuncName) const

Friends And Related Function Documentation

◆ BasicBlockSectionsProfileReaderWrapperPass

Definition at line 80 of file BasicBlockSectionsProfileReader.h.


The documentation for this class was generated from the following files: