Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp800 Instruction *DbgVal = NULL; in ConvertDebugDeclareToDebugValue() local
809 DbgVal = Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, SI); in ConvertDebugDeclareToDebugValue()
811 DbgVal = Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, SI); in ConvertDebugDeclareToDebugValue()
816 DbgVal->setDebugLoc(SIDL); in ConvertDebugDeclareToDebugValue()
819 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
831 Instruction *DbgVal = in ConvertDebugDeclareToDebugValue() local
838 DbgVal->setDebugLoc(LIDL); in ConvertDebugDeclareToDebugValue()
841 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DStripSymbols.cpp252 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) { in StripDebugInfo() local
253 while (!DbgVal->use_empty()) { in StripDebugInfo()
254 CallInst *CI = cast<CallInst>(DbgVal->use_back()); in StripDebugInfo()
257 DbgVal->eraseFromParent(); in StripDebugInfo()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp980 Instruction *DbgVal = NULL; in updateDebugInfo() local
989 DbgVal = DIB->insertDbgValueIntrinsic(ExtendedArg, 0, in updateDebugInfo()
993 DbgVal = DIB->insertDbgValueIntrinsic(SI->getOperand(0), 0, in updateDebugInfo()
996 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()
998 Instruction *DbgVal = in updateDebugInfo() local
1001 DbgVal->setDebugLoc(DVI->getDebugLoc()); in updateDebugInfo()