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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 30 class DbgDeclareInst;
247 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
252 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
261 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 991 /// processDeclare - Process DbgDeclareInst.
992 void DebugInfoFinder::processDeclare(const DbgDeclareInst *DDI) {
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 279 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
    [all...]
PromoteMemoryToRegister.cpp 76 DbgDeclareInst *DbgDeclare;
309 SmallVector<DbgDeclareInst *, 8> AllocaDbgDeclares;
473 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
566 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
580 if (DbgDeclareInst *DDI = Info.DbgDeclare)
735 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
  /external/llvm/include/llvm/
InstVisitor.h 204 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgInfoIntrinsic);}
263 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst);
DebugInfo.h 33 class DbgDeclareInst;
722 /// processDeclare, processValue and processLocation to handle DbgDeclareInst,
732 /// processDeclare - Process DbgDeclareInst.
733 void processDeclare(const DbgDeclareInst *DDI);
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 79 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
81 class DbgDeclareInst : public DbgInfoIntrinsic {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 113 if (const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(I)) {
117 "Variable in DbgDeclareInst should be either null or a DIVariable.");
FastISel.cpp 599 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
602 "Variable in DbgDeclareInst should be either null or a DIVariable.");
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 732 SmallVector<DbgDeclareInst *, 4> DDIs;
747 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI))
771 for (SmallVectorImpl<DbgDeclareInst *>::const_iterator I = DDIs.begin(),
773 DbgDeclareInst *DDI = *I;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 27 class DbgDeclareInst;
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 100 void visitDbgDeclareInst(DbgDeclareInst &I) { remove(I); }
  /external/llvm/include/llvm-c/
Core.h 1082 macro(DbgDeclareInst) \
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
    [all...]

Completed in 1821 milliseconds