getBlockName overloads

Synopses

Declared in <llvm/Analysis/BlockFrequencyInfoImpl.h>

Get the name of a MachineBasicBlock.

template<class BlockT>
std::string
getBlockName(BlockT const* BB);

Get the name of a BasicBlock.

template<>
std::string
getBlockName<BasicBlock>(BasicBlock const* BB);

Return Value

  • A debug name for BB without the function name.

  • The name of BB.

Parameters

Name

Description

BB

Machine basic block whose name is requested.

Created with MrDocs