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