Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp49 enum class DebugLocVerifyLevel { enum
55 static cl::opt<DebugLocVerifyLevel> VerifyDebugLocs(
59 clEnumValN(DebugLocVerifyLevel::None, "none", "No verification"),
60 clEnumValN(DebugLocVerifyLevel::Legalizations, "legalizations",
62 clEnumValN(DebugLocVerifyLevel::LegalizationsAndArtifactCombiners,
65 cl::init(DebugLocVerifyLevel::Legalizations));
69 static const DebugLocVerifyLevel VerifyDebugLocs = DebugLocVerifyLevel::None;
288 DebugLocVerifyLevel::LegalizationsAndArtifactCombiners); in legalizeMachineFunction()
338 if (VerifyDebugLocs > DebugLocVerifyLevel::None) in runOnMachineFunction()