Searched refs:allocaInst (Results 1 – 1 of 1) sorted by relevance
163 if (auto *allocaInst = llvm::dyn_cast<llvm::AllocaInst>(&inst)) { in attachDebugInfo() local164 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) { in attachDebugInfo()165 indexVar = allocaInst; in attachDebugInfo()