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

/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp988 Instruction *DbgVal = nullptr;
997 DbgVal = Builder.insertDbgValueIntrinsic(ExtendedArg, 0, DIVar, SI);
999 DbgVal = Builder.insertDbgValueIntrinsic(SI->getOperand(0), 0, DIVar, SI);
1000 DbgVal->setDebugLoc(DDI->getDebugLoc());
1017 Instruction *DbgVal =
1020 DbgVal->setDebugLoc(DDI->getDebugLoc());
1062 auto DbgVal = local
1065 DbgVal->setDebugLoc(DDI->getDebugLoc());
/external/llvm/lib/IR/
H A DDebugInfo.cpp1489 if (Function *DbgVal = M.getFunction("llvm.dbg.value")) {
1490 while (!DbgVal->use_empty()) {
1491 CallInst *CI = cast<CallInst>(DbgVal->user_back());
1494 DbgVal->eraseFromParent();
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1122 Instruction *DbgVal = variable
1125 DbgVal->setDebugLoc(DVI->getDebugLoc());
H A DSROA.cpp892 Instruction *DbgVal = variable
895 DbgVal->setDebugLoc(DVI->getDebugLoc());
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3075 llvm::Instruction *DbgVal = local
3078 DbgVal->setDebugLoc(llvm::DebugLoc::get(line, column, scope));

Completed in 285 milliseconds