Home
last modified time | relevance | path

Searched defs:succ_iterator (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h978 struct succ_iterator struct
981 bool bb_end;
984 edge e1;
987 edge e2;
990 edge_iterator ei;
993 basic_block bb;
997 short flags;
1001 short current_flags;
1004 int current_exit;
1005 vec<edge> loop_exits;
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h978 struct succ_iterator struct
981 bool bb_end;
984 edge e1;
987 edge e2;
990 edge_iterator ei;
993 basic_block bb;
997 short flags;
1001 short current_flags;
1004 int current_exit;
1005 vec<edge> loop_exits;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h243 using succ_iterator = SuccIterator<Instruction, BasicBlock>; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h227 using succ_iterator = ExplodedNode * const *; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h260 typedef SmallVectorImpl<SDep>::iterator succ_iterator; typedef
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h930 using succ_iterator = AdjacentBlocks::iterator; variable