Lines Matching refs:PrintF
83 PrintF("X"); in Print()
85 PrintF(">"); in Print()
87 PrintF("<"); in Print()
89 PrintF(" "); in Print()
92 PrintF(" #%d:%s\n", ni.node->id(), ni.node->op()->mnemonic()); in Print()
97 PrintF("Loop %d headed at #%d\n", i, li.header->id()); in Print()
489 for (int i = 0; i < loop->depth_; i++) PrintF(" "); in PrintLoop()
490 PrintF("Loop depth = %d ", loop->depth_); in PrintLoop()
493 PrintF(" H#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop()
496 PrintF(" B#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop()
499 PrintF(" E#%d", loop_tree_->loop_nodes_[i++]->id()); in PrintLoop()
501 PrintF("\n"); in PrintLoop()