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