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 303 DbgDeclareInst *DbgDeclare;
312 DbgDeclare = 0;
348 DbgDeclare = FindAllocaDbgDeclare(AI);
430 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
465 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
482 if (DbgDeclareInst *DDI = Info.DbgDeclare)
523 if (Info.DbgDeclare) AllocaDbgDeclares[AllocaNum] = Info.DbgDeclare;
    [all...]

Completed in 515 milliseconds