Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp252 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers; member
550 AllocaDbgUsers.resize(Allocas.size()); in run()
609 AllocaDbgUsers[AllocaNum] = Info.DbgUsers; in run()
682 for (auto &DbgUsers : AllocaDbgUsers) { in run()
926 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[AllocaNo]) in RenamePass()
987 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[ai->second]) in RenamePass()