Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp53 enum class DebugLocVerifyLevel { enum
59 static cl::opt<DebugLocVerifyLevel> VerifyDebugLocs(
63 clEnumValN(DebugLocVerifyLevel::None, "none", "No verification"),
64 clEnumValN(DebugLocVerifyLevel::Legalizations, "legalizations",
66 clEnumValN(DebugLocVerifyLevel::LegalizationsAndArtifactCombiners,
69 cl::init(DebugLocVerifyLevel::Legalizations));
73 static const DebugLocVerifyLevel VerifyDebugLocs = DebugLocVerifyLevel::None;
302 DebugLocVerifyLevel::LegalizationsAndArtifactCombiners); in legalizeMachineFunction()
352 if (VerifyDebugLocs > DebugLocVerifyLevel::None) in runOnMachineFunction()