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

  /external/llvm/lib/Transforms/Utils/
Local.cpp 279 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
280 if (DDI->getAddress())
    [all...]
PromoteMemoryToRegister.cpp 473 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
475 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB);
476 DDI->eraseFromParent();
566 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
568 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
580 if (DbgDeclareInst *DDI = Info.DbgDeclare)
581 DDI->eraseFromParent();
735 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
736 DDI->eraseFromParent();
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 247 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
252 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
93 DIVariable Var(DDI->getVariable());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 747 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI))
748 DDIs.push_back(DDI);
773 DbgDeclareInst *DDI = *I;
775 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
777 ConvertDebugDeclareToDebugValue(DDI, LI, DIB);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 992 void DebugInfoFinder::processDeclare(const DbgDeclareInst *DDI) {
993 MDNode *N = dyn_cast<MDNode>(DDI->getVariable());
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 733 void processDeclare(const DbgDeclareInst *DDI);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
81 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
82 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
323 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
324 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 906 milliseconds