Home
last modified time | relevance | path

Searched refs:DDIs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp69 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses() local
72 DDIs.push_back(DDI); in FindDbgDeclareUses()
73 return DDIs; in FindDbgDeclareUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp772 auto DDIs = FindDbgDeclareUses(V); in cacheDIVar() local
773 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()
776 if (I != DDIs.end()) in cacheDIVar()