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 434 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
436 DIB = new DIBuilder(*DDI->getParent()->getParent()->getParent());
437 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, *DIB);
438 DDI->eraseFromParent();
469 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
472 ConvertDebugDeclareToDebugValue(DDI, SI, *DIB);
486 if (DbgDeclareInst *DDI = Info.DbgDeclare)
487 DDI->eraseFromParent();
584 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
585 DDI->eraseFromParent()
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 239 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
244 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     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 936 void DebugInfoFinder::processDeclare(const DbgDeclareInst *DDI) {
937 MDNode *N = dyn_cast<MDNode>(DDI->getVariable());
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 764 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 455 milliseconds