LLVM 19.0.0git
Public Attributes | List of all members
llvm::codelayout::EdgeCount Struct Reference

#include "llvm/Transforms/Utils/CodeLayout.h"

Public Attributes

uint64_t src
 
uint64_t dst
 
uint64_t count
 

Detailed Description

Definition at line 26 of file CodeLayout.h.

Member Data Documentation

◆ count

uint64_t llvm::codelayout::EdgeCount::count

Definition at line 29 of file CodeLayout.h.

◆ dst

uint64_t llvm::codelayout::EdgeCount::dst

Definition at line 28 of file CodeLayout.h.

◆ src

uint64_t llvm::codelayout::EdgeCount::src

Definition at line 27 of file CodeLayout.h.


The documentation for this struct was generated from the following file: