HomeSort by relevance Sort by last modified time
    Searched full:dbgdeclare (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 301 DbgDeclareInst *DbgDeclare;
310 DbgDeclare = 0;
346 DbgDeclare = FindAllocaDbgDeclare(AI);
427 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
462 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
479 if (DbgDeclareInst *DDI = Info.DbgDeclare)
520 if (Info.DbgDeclare) AllocaDbgDeclares[AllocaNum] = Info.DbgDeclare;
    [all...]

Completed in 62 milliseconds