reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
300 void printAndVerify(const std::string &Banner);
827 printAndVerify("After Instruction Selection");
lib/Target/NVPTX/NVPTXTargetMachine.cpp350 printAndVerify("After Machine Scheduling"); 358 printAndVerify("After StackSlotColoring"); 364 printAndVerify("After Pre-RegAlloc TailDuplicate"); 383 printAndVerify("After codegen DCE pass"); 389 printAndVerify("After ILP optimizations"); 395 printAndVerify("After Machine LICM, CSE and Sinking passes"); 398 printAndVerify("After codegen peephole optimization pass");tools/llc/llc.cpp
386 TPC.printAndVerify(Banner); 564 TPC.printAndVerify("");tools/llvm-exegesis/lib/Assembler.cpp
68 TPC.printAndVerify(Banner); 226 TPC->printAndVerify("MachineFunctionGenerator::assemble"); 229 TPC->printAndVerify("After ExegesisTarget::addTargetSpecificPasses");