Home | History | Annotate | Download | only in Analysis

Lines Matching refs:print_block

4144 static void print_block(raw_ostream &OS, const CFG* cfg,
4336 print_block(OS, this, getEntry(), Helper, true, ShowColors);
4344 print_block(OS, this, **I, Helper, true, ShowColors);
4348 print_block(OS, this, getExit(), Helper, true, ShowColors);
4368 print_block(OS, cfg, *this, Helper, true, ShowColors);
4473 print_block(Out,Graph, *Node, *GraphHelper, false, false);