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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 25 class DbgDeclareInst;
169 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
174 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
183 DbgDeclareInst *FindAllocaDbgDeclare(Value *V);
SSAUpdater.h 24 class DbgDeclareInst;
  /external/llvm/lib/VMCore/
IntrinsicInst.cpp 53 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
56 Value *DbgDeclareInst::getAddress() const {
DebugInfoProbe.cpp 79 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI)) {
130 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI)) {
AutoUpgrade.cpp 411 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
  /external/llvm/lib/Analysis/
DbgInfoPrinter.cpp 97 static const DbgDeclareInst *findDbgDeclare(const Value *V) {
112 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
148 const DbgDeclareInst *DDI = findDbgDeclare(V);
DebugInfo.cpp 959 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
1062 /// processDeclare - Process DbgDeclareInst.
1063 void DebugInfoFinder::processDeclare(DbgDeclareInst *DDI) {
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 91 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
  /external/llvm/lib/Transforms/Utils/
Local.cpp 235 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
794 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
825 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
    [all...]
PromoteMemoryToRegister.cpp 230 SmallVector<DbgDeclareInst*, 8> AllocaDbgDeclares;
301 DbgDeclareInst *DbgDeclare;
427 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
462 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
479 if (DbgDeclareInst *DDI = Info.DbgDeclare)
577 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
    [all...]
  /external/llvm/include/llvm/
IntrinsicInst.h 81 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
83 class DbgDeclareInst : public DbgInfoIntrinsic {
89 static inline bool classof(const DbgDeclareInst *) { return true; }
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 33 class DbgDeclareInst;
807 /// processDeclare - Process DbgDeclareInst.
808 void processDeclare(DbgDeclareInst *DDI);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 113 if (const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(I)) {
FastISel.cpp 522 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 25 class DbgDeclareInst;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 475 macro(DbgDeclareInst) \
    [all...]

Completed in 498 milliseconds