OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtx_class
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h
60
enum
rtx_class
{
enum
107
extern const enum
rtx_class
rtx_class
[NUM_RTX_CODE];
108
#define GET_RTX_CLASS(CODE) (
rtx_class
[(int) (CODE)])
[
all
...]
rtl.def
44
4. The class of the rtx. These are stored in
rtx_class
and are accessed
[
all
...]
Completed in 881 milliseconds