Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp116 bool InsertedDbgVal = false; in applyDebugifyMetadata() local
177 InsertedDbgVal = true; in applyDebugifyMetadata()
185 if (DebugifyLevel == Level::LocationsAndVariables && !InsertedDbgVal) { in applyDebugifyMetadata()