Searched refs:UserRef (Results 1 – 5 of 5) sorted by relevance
48 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()51 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
104 size_t size = N * sizeof(Use) + sizeof(Use::UserRef) in allocHungoffUses()108 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1); in allocHungoffUses()
77 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
2127 Use::UserRef *ref =2128 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace);2133 const Use::UserRef *ref =2134 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);