Searched refs:DbgVal (Results 1 – 1 of 1) sorted by relevance
332 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) { in StripDebugInfo() local333 while (!DbgVal->use_empty()) { in StripDebugInfo()334 CallInst *CI = cast<CallInst>(DbgVal->user_back()); in StripDebugInfo()337 DbgVal->eraseFromParent(); in StripDebugInfo()