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

  /external/llvm/lib/IR/
IntrinsicInst.cpp 64 /// DbgValueInst - This represents the llvm.dbg.value instruction.
67 const Value *DbgValueInst::getValue() const {
71 Value *DbgValueInst::getValue() {
DebugInfo.cpp 1006 void DebugInfoFinder::processValue(const DbgValueInst *DVI) {
    [all...]
Verifier.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 35 class DbgValueInst;
94 const DbgValueInst* DI;
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
101 const DbgValueInst* getDI() { return DI; }
FastISel.cpp 668 const DbgValueInst *DI = cast<DbgValueInst>(Call);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/
InstVisitor.h 205 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);}
264 case Intrinsic::dbg_value: DELEGATE(DbgValueInst);
DebugInfo.h 34 class DbgValueInst;
723 /// DbgValueInst and DbgLoc attached to instructions. processModule will go
734 /// Process DbgValueInst.
735 void processValue(const DbgValueInst *DVI);
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 95 /// DbgValueInst - This represents the llvm.dbg.value instruction.
97 class DbgValueInst : public DbgInfoIntrinsic {
  /external/llvm/lib/Transforms/Utils/
Local.cpp 284 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
    [all...]
InlineFunction.cpp 479 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 733 SmallVector<DbgValueInst *, 4> DVIs;
749 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI))
779 for (SmallVectorImpl<DbgValueInst *>::const_iterator I = DVIs.begin(),
781 DbgValueInst *DVI = *I;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 101 void visitDbgValueInst(DbgValueInst &I) { remove(I); }

Completed in 125 milliseconds