Searched refs:sourceUsers (Results 1 – 1 of 1) sorted by relevance
709 std::vector<const User*> sourceUsers; in hasAddressTaken() local710 sourceUsers.push_back(GV); in hasAddressTaken()716 sourceUsers.push_back(U); in hasAddressTaken()719 sourceUsers.push_back(U); in hasAddressTaken()724 for(unsigned i=0;i<sourceUsers.size();i++) { in hasAddressTaken()725 for (const Use &UI : sourceUsers[i]->uses()) { in hasAddressTaken()728 if (SI->getOperand(0) == sourceUsers[i] || SI->isVolatile()) in hasAddressTaken()810 std::vector<User*> sourceUsers; in getStringOwner() local811 sourceUsers.push_back(GV); in getStringOwner()817 sourceUsers.push_back(U); in getStringOwner()[all …]