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