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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 30 class DbgDeclareInst;
252 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
257 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
266 DbgDeclareInst *FindAllocaDbgDeclare(Value *V);
  /external/llvm/lib/IR/
IntrinsicInst.cpp 53 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
56 Value *DbgDeclareInst::getAddress() const {
DebugInfo.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 93 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 375 if (DbgDeclareInst* OldIntrin = dyn_cast<DbgDeclareInst>(&OldI)) {
376 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 280 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
    [all...]
PromoteMemoryToRegister.cpp 114 DbgDeclareInst *DbgDeclare;
264 SmallVector<DbgDeclareInst *, 8> AllocaDbgDeclares;
414 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
497 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
511 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
666 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 205 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgInfoIntrinsic);}
264 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst);
IntrinsicInst.h 79 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
81 class DbgDeclareInst : public DbgInfoIntrinsic {
DebugInfo.h 37 class DbgDeclareInst;
845 /// processDeclare, processValue and processLocation to handle DbgDeclareInst,
857 /// processDeclare - Process DbgDeclareInst.
858 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 149 if (const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(I)) {
153 "Variable in DbgDeclareInst should be either null or a DIVariable.");
FastISel.cpp 704 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
707 "Variable in DbgDeclareInst should be either null or a DIVariable.");
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 808 SmallVector<DbgDeclareInst *, 4> DDIs;
821 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 29 class DbgDeclareInst;
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 100 void visitDbgDeclareInst(DbgDeclareInst &I) { remove(I); }
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 71 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 312 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin());
    [all...]

Completed in 384 milliseconds