Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DUser.cpp45 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
DUse.cpp138 const UserRef *ref = reinterpret_cast<const UserRef*>(End); in getUser()
DInstructions.cpp103 size_t size = N * sizeof(Use) + sizeof(Use::UserRef) in allocHungoffUses()
107 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1); in allocHungoffUses()
/external/llvm/include/llvm/
DUse.h65 typedef PointerIntPair<User*, 1, unsigned> UserRef; typedef
DInstructions.h1674 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);