Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp184 if (auto *allocaInst = llvm::dyn_cast<llvm::AllocaInst>(&inst)) { in attachDebugInfo() local
185 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) { in attachDebugInfo()
186 indexVar = allocaInst; in attachDebugInfo()