Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp322 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers; member
638 AllocaDbgUsers.resize(Allocas.size()); in run()
698 AllocaDbgUsers[AllocaNum] = Info.DbgUsers; in run()
775 for (auto &DbgUsers : AllocaDbgUsers) { in run()
1020 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[AllocaNo]) in RenamePass()
1076 for (DbgVariableIntrinsic *DII : AllocaDbgUsers[ai->second]) in RenamePass()