Searched refs:DebugLocVerifyLevel (Results 1 – 1 of 1) sorted by relevance
53 enum class DebugLocVerifyLevel { enum59 static cl::opt<DebugLocVerifyLevel> VerifyDebugLocs(63 clEnumValN(DebugLocVerifyLevel::None, "none", "No verification"),64 clEnumValN(DebugLocVerifyLevel::Legalizations, "legalizations",66 clEnumValN(DebugLocVerifyLevel::LegalizationsAndArtifactCombiners,69 cl::init(DebugLocVerifyLevel::Legalizations));73 static const DebugLocVerifyLevel VerifyDebugLocs = DebugLocVerifyLevel::None;302 DebugLocVerifyLevel::LegalizationsAndArtifactCombiners); in legalizeMachineFunction()352 if (VerifyDebugLocs > DebugLocVerifyLevel::None) in runOnMachineFunction()