Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp72 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses() local
75 DDIs.push_back(DDI); in FindDbgDeclareUses()
76 return DDIs; in FindDbgDeclareUses()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp826 auto DDIs = FindDbgDeclareUses(V); in cacheDIVar() local
827 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()
830 if (I != DDIs.end()) in cacheDIVar()