OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gimple_code
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h
47
enum
gimple_code
{
enum
60
const char *, enum
gimple_code
, \
66
if (
gimple_code
(__gs) != (CODE)) \
265
ENUM_BITFIELD(
gimple_code
) code : 8;
1028
static inline enum
gimple_code
1029
gimple_code
(const_gimple g)
function
1041
switch (
gimple_code
(g))
[
all
...]
tree-ssa-operands.h
310
for ((USEVAR) = (
gimple_code
(STMT) == GIMPLE_PHI \
319
for ((DEFVAR) = (
gimple_code
(STMT) == GIMPLE_PHI \
tree-flow-inline.h
601
gcc_assert (
gimple_code
(phi) == GIMPLE_PHI);
1008
gcc_assert (
gimple_code
(stmt) != GIMPLE_PHI);
[
all
...]
tree-flow.h
660
enum
gimple_code
type;
670
extern struct omp_region *new_omp_region (basic_block, enum
gimple_code
,
[
all
...]
Completed in 38 milliseconds