Searched refs:UserRef (Results 1 – 5 of 5) sorted by relevance
45 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
138 const UserRef *ref = reinterpret_cast<const UserRef*>(End); in getUser()
103 size_t size = N * sizeof(Use) + sizeof(Use::UserRef) in allocHungoffUses()107 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1); in allocHungoffUses()
65 typedef PointerIntPair<User*, 1, unsigned> UserRef; typedef
1674 Use::UserRef *ref =1675 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace);1680 const Use::UserRef *ref =1681 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);