Searched refs:DDIs (Results 1 – 2 of 2) sorted by relevance
68 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses() local71 DDIs.push_back(DDI); in FindDbgDeclareUses()72 return DDIs; in FindDbgDeclareUses()
805 auto DDIs = FindDbgDeclareUses(V); in cacheDIVar() local806 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()809 if (I != DDIs.end()) in cacheDIVar()