Home
last modified time | relevance | path

Searched refs:printAndVerify (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp460 printAndVerify("After Machine Scheduling"); in addOptimizedRegAlloc()
467 printAndVerify("After StackSlotColoring"); in addOptimizedRegAlloc()
473 printAndVerify("After Pre-RegAlloc TailDuplicate"); in addMachineSSAOptimization()
492 printAndVerify("After codegen DCE pass"); in addMachineSSAOptimization()
498 printAndVerify("After ILP optimizations"); in addMachineSSAOptimization()
504 printAndVerify("After Machine LICM, CSE and Sinking passes"); in addMachineSSAOptimization()
507 printAndVerify("After codegen peephole optimization pass"); in addMachineSSAOptimization()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h323 void printAndVerify(const std::string &Banner);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp755 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify() function in TargetPassConfig
1048 printAndVerify("After Instruction Selection"); in addCoreISelPasses()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp706 TPC.printAndVerify(""); in compileModule()