Return the analysis‐numbering epoch of machine function F.

Synopsis

Declared in <llvm/CodeGen/MachineFunction.h>

static
unsigned int
getNumberEpoch(MachineFunction* F);

Return Value

Analysis‐numbering epoch of F.

Parameters

Name

Description

F

Machine function whose numbering epoch is requested.

Created with MrDocs