GCC Middle and Back End API Reference
eni_weights Struct Reference

#include <tree-inline.h>

Data Fields

unsigned call_cost
 
unsigned indirect_call_cost
 
unsigned target_builtin_call_cost
 
unsigned div_mod_cost
 
unsigned omp_cost
 
unsigned tm_cost
 
unsigned return_cost
 
bool time_based
 

Detailed Description

Weights of constructions for estimate_num_insns.   

Field Documentation

◆ call_cost

◆ div_mod_cost

unsigned eni_weights::div_mod_cost

◆ indirect_call_cost

◆ omp_cost

unsigned eni_weights::omp_cost

◆ return_cost

unsigned eni_weights::return_cost

◆ target_builtin_call_cost

unsigned eni_weights::target_builtin_call_cost

◆ time_based

bool eni_weights::time_based

◆ tm_cost

unsigned eni_weights::tm_cost

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