Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp104 bool InsertedDbgVal = false; in applyDebugifyMetadata() local
165 InsertedDbgVal = true; in applyDebugifyMetadata()
173 if (DebugifyLevel == Level::LocationsAndVariables && !InsertedDbgVal) { in applyDebugifyMetadata()