Lines Matching refs:dump
464 // Dump a block by name
473 B->dump();
495 // Dump an instruction by nane
499 I->dump();
502 // Dump an instruction and all dependent instructions
514 I->dump();
518 // Dump an instruction and all dependent instructions
527 // Dump the parent for Instruction, block or function
530 I->getParent()->dump();
535 B->getParent()->dump();
540 F->getParent()->dump();