LLVM  8.0.1
Public Attributes | List of all members
llvm::FunctionSummary::FFlags Struct Reference

Flags specific to function summaries. More...

#include "llvm/IR/ModuleSummaryIndex.h"

Collaboration diagram for llvm::FunctionSummary::FFlags:
Collaboration graph
[legend]

Public Attributes

unsigned ReadNone: 1
 
unsigned ReadOnly: 1
 
unsigned NoRecurse: 1
 
unsigned ReturnDoesNotAlias: 1
 
unsigned NoInline: 1
 

Detailed Description

Flags specific to function summaries.

Definition at line 484 of file ModuleSummaryIndex.h.

Member Data Documentation

◆ NoInline

unsigned llvm::FunctionSummary::FFlags::NoInline

◆ NoRecurse

unsigned llvm::FunctionSummary::FFlags::NoRecurse

◆ ReadNone

unsigned llvm::FunctionSummary::FFlags::ReadNone

◆ ReadOnly

unsigned llvm::FunctionSummary::FFlags::ReadOnly

◆ ReturnDoesNotAlias

unsigned llvm::FunctionSummary::FFlags::ReturnDoesNotAlias

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