Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp50 enum class DebugLocVerifyLevel { enum
56 static cl::opt<DebugLocVerifyLevel> VerifyDebugLocs(
60 clEnumValN(DebugLocVerifyLevel::None, "none", "No verification"),
61 clEnumValN(DebugLocVerifyLevel::Legalizations, "legalizations",
63 clEnumValN(DebugLocVerifyLevel::LegalizationsAndArtifactCombiners,
66 cl::init(DebugLocVerifyLevel::Legalizations));
70 static const DebugLocVerifyLevel VerifyDebugLocs = DebugLocVerifyLevel::None;
293 DebugLocVerifyLevel::LegalizationsAndArtifactCombiners); in legalizeMachineFunction()
341 if (VerifyDebugLocs > DebugLocVerifyLevel::None) in runOnMachineFunction()