Lines Matching refs:PrintF
82 PrintF("X"); in Print()
84 PrintF("/"); in Print()
86 PrintF("\\"); in Print()
88 PrintF(" "); in Print()
91 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic()); in Print()
96 PrintF("Loop %d headed at #%d\n", i, li.header->id()); in Print()
435 for (int i = 0; i < loop->depth_; i++) PrintF(" "); in PrintLoop()
436 PrintF("Loop depth = %d ", loop->depth_); in PrintLoop()
439 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop()
442 PrintF(" B#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop()
444 PrintF("\n"); in PrintLoop()