Searched refs:DebugLocVerifyLevel (Results 1 – 1 of 1) sorted by relevance
49 enum class DebugLocVerifyLevel { enum55 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()