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

  /external/llvm/lib/Transforms/Utils/
Local.cpp 280 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
281 if (DDI->getAddress())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 821 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U))
822 DDIs.push_back(DDI);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 71 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin());
72 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
73 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 312 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin());
313 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
314 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 92 milliseconds