HomeSort by relevance Sort by last modified time
    Searched refs:DbgVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 252 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
253 while (!DbgVal->use_empty()) {
254 CallInst *CI = cast<CallInst>(DbgVal->use_back());
257 DbgVal->eraseFromParent();
  /external/llvm/lib/Transforms/Utils/
Local.cpp 787 Instruction *DbgVal = NULL;
796 DbgVal = Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, SI);
798 DbgVal = Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, SI);
803 DbgVal->setDebugLoc(SIDL);
806 DbgVal->setDebugLoc(DDI->getDebugLoc());
818 Instruction *DbgVal =
825 DbgVal->setDebugLoc(LIDL);
828 DbgVal->setDebugLoc(DDI->getDebugLoc());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 40 milliseconds