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