HomeSort by relevance Sort by last modified time
    Searched refs:DbgValueInst (Results 1 - 17 of 17) 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     [all...]
Verifier.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 101 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 392 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) {
393 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 35 class DbgValueInst;
95 const DbgValueInst* DI;
100 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
102 const DbgValueInst* getDI() { return DI; }
FastISel.cpp 769 const DbgValueInst *DI = cast<DbgValueInst>(Call);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);}
265 case Intrinsic::dbg_value: DELEGATE(DbgValueInst);
IntrinsicInst.h 95 /// DbgValueInst - This represents the llvm.dbg.value instruction.
97 class DbgValueInst : public DbgInfoIntrinsic {
DebugInfo.h 38 class DbgValueInst;
846 /// DbgValueInst and DbgLoc attached to instructions. processModule will go
859 /// Process DbgValueInst.
860 void processValue(const Module &M, const DbgValueInst *DVI);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 285 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
    [all...]
InlineFunction.cpp 478 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 809 SmallVector<DbgValueInst *, 4> DVIs;
823 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 101 void visitDbgValueInst(DbgValueInst &I) { remove(I); }
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 656 milliseconds