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 800 Instruction *DbgVal = NULL;
809 DbgVal = Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, SI);
811 DbgVal = Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, SI);
816 DbgVal->setDebugLoc(SIDL);
819 DbgVal->setDebugLoc(DDI->getDebugLoc());
831 Instruction *DbgVal =
838 DbgVal->setDebugLoc(LIDL);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 8052 milliseconds