Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp68 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses() local
71 DDIs.push_back(DDI); in FindDbgDeclareUses()
72 return DDIs; in FindDbgDeclareUses()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp805 auto DDIs = FindDbgDeclareUses(V); in cacheDIVar() local
806 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()
809 if (I != DDIs.end()) in cacheDIVar()