OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_cost_or_uid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.h
181
bool is_real () const { return
m_cost_or_uid
>= 0; }
184
bool is_artificial () const { return
m_cost_or_uid
< 0; }
373
void set_cost (unsigned int cost) {
m_cost_or_uid
= cost; }
438
mutable int
m_cost_or_uid
;
member in class:rtl_ssa::insn_info
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.h
181
bool is_real () const { return
m_cost_or_uid
>= 0; }
184
bool is_artificial () const { return
m_cost_or_uid
< 0; }
371
void set_cost (unsigned int cost) {
m_cost_or_uid
= cost; }
433
mutable int
m_cost_or_uid
;
member in class:rtl_ssa::insn_info
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026