Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h60 std::optional<bool> VerifyMachineCode;
53 std::optional<bool> VerifyMachineCode; global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp120 VerifyMachineCode("verify-machineinstrs", cl::Hidden, variable
480 SET_OPTION(VerifyMachineCode) in getCGPassBuilderOption()
770 bool Verify = VerifyMachineCode == cl::BOU_TRUE; in addVerifyPass()
772 if (VerifyMachineCode == cl::BOU_UNSET) in addVerifyPass()