21#ifndef GCC_ANALYZER_SUPERGRAPH_MANIPULATION_H
22#define GCC_ANALYZER_SUPERGRAPH_MANIPULATION_H
27namespace supergraph_manipulation {
38 void ensure_node_queued (supernode *node, ana::logger *logger)
43 logger->
log (
"queued SN: %i", node->m_id);
44 m_queue.push_back (node);
52 supernode *node = m_queue.front ();
60 std::deque<supernode *> m_queue;
64 auto_bitmap m_indices;
bool bitmap_clear_bit(bitmap head, int bit)
Definition bitmap.cc:919
void bitmap_clear(bitmap head)
Definition bitmap.cc:713
void log(const char *fmt,...) ATTRIBUTE_GCC_DIAG(2
static vec< rtx_insn * > worklist
Definition dce.cc:54
#define bitmap_bit_p(bitstring, bitno)
Definition genautomata.cc:3429
#define bitmap_set_bit(bitstring, bitno)
Definition genautomata.cc:3419
Definition access-diagram.h:30
@ pop
Definition kinds.h:34