Searched defs:DbgVal (Results 1 - 4 of 4) 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/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 763 milliseconds