Searched refs:DDIs (Results 1 – 2 of 2) sorted by relevance
69 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses() local72 DDIs.push_back(DDI); in FindDbgDeclareUses()73 return DDIs; in FindDbgDeclareUses()
772 auto DDIs = FindDbgDeclareUses(V); in cacheDIVar() local773 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()776 if (I != DDIs.end()) in cacheDIVar()