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