Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp46 enum class DebugLocVerifyLevel { enum
52 static cl::opt<DebugLocVerifyLevel> VerifyDebugLocs(
56 clEnumValN(DebugLocVerifyLevel::None, "none", "No verification"),
57 clEnumValN(DebugLocVerifyLevel::Legalizations, "legalizations",
59 clEnumValN(DebugLocVerifyLevel::LegalizationsAndArtifactCombiners,
62 cl::init(DebugLocVerifyLevel::Legalizations));
66 static const DebugLocVerifyLevel VerifyDebugLocs = DebugLocVerifyLevel::None;
293 DebugLocVerifyLevel::LegalizationsAndArtifactCombiners); in legalizeMachineFunction()
343 if (VerifyDebugLocs > DebugLocVerifyLevel::None) in runOnMachineFunction()