Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp382 printAndVerify("After Machine Scheduling"); in addOptimizedRegAlloc()
390 printAndVerify("After StackSlotColoring"); in addOptimizedRegAlloc()
396 printAndVerify("After Pre-RegAlloc TailDuplicate"); in addMachineSSAOptimization()
415 printAndVerify("After codegen DCE pass"); in addMachineSSAOptimization()
421 printAndVerify("After ILP optimizations"); in addMachineSSAOptimization()
427 printAndVerify("After Machine LICM, CSE and Sinking passes"); in addMachineSSAOptimization()
430 printAndVerify("After codegen peephole optimization pass"); in addMachineSSAOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetPassConfig.h302 void printAndVerify(const std::string &Banner);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetPassConfig.cpp756 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify() function in TargetPassConfig
1049 printAndVerify("After Instruction Selection"); in addCoreISelPasses()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
Dllc.cpp652 TPC.printAndVerify(""); in compileModule()