Searched refs:DbgVal (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp253 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
254 while (!DbgVal->use_empty()) {
255 CallInst *CI = cast<CallInst>(DbgVal->use_back());
258 DbgVal->eraseFromParent();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp842 Instruction *DbgVal = NULL;
851 DbgVal = Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, SI);
853 DbgVal = Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, SI);
858 DbgVal->setDebugLoc(SIDL);
861 DbgVal->setDebugLoc(DDI->getDebugLoc());
873 Instruction *DbgVal =
880 DbgVal->setDebugLoc(LIDL);
883 DbgVal->setDebugLoc(DDI->getDebugLoc());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1115 Instruction *DbgVal = local
1118 DbgVal->setDebugLoc(DVI->getDebugLoc());
H A DSROA.cpp1252 Instruction *DbgVal = local
1255 DbgVal->setDebugLoc(DVI->getDebugLoc());

Completed in 144 milliseconds