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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h318 void addMachinePrePasses(bool AllowDebugify = true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp622 void TargetPassConfig::addMachinePrePasses(bool AllowDebugify) { argument
623 if (AllowDebugify && DebugifyAndStripAll == cl::BOU_TRUE && DebugifyIsSafe)

Completed in 60 milliseconds