Home
last modified time | relevance | path

Searched refs:AllowDebugify (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h321 void addMachinePrePasses(bool AllowDebugify = true);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp833 void TargetPassConfig::addMachinePrePasses(bool AllowDebugify) { in addMachinePrePasses() argument
834 if (AllowDebugify && DebugifyIsSafe && in addMachinePrePasses()