Searched refs:allocHungoffUses (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DUser.cpp42 // User allocHungoffUses Implementation
45 Use *User::allocHungoffUses(unsigned N) const { function in class:llvm::User
H A DInstructions.cpp89 allocHungoffUses(PN.getNumOperands()), PN.getNumOperands()),
100 Use *PHINode::allocHungoffUses(unsigned N) const { function in class:PHINode
151 OperandList = allocHungoffUses(ReservedSpace);
196 allocHungoffUses(LP.getNumOperands()), LP.getNumOperands()),
229 OperandList = allocHungoffUses(ReservedSpace);
242 Use *NewOps = allocHungoffUses(ReservedSpace);
3297 OperandList = allocHungoffUses(ReservedSpace);
3387 Use *NewOps = allocHungoffUses(NumOps);
3416 OperandList = allocHungoffUses(ReservedSpace);
3430 Use *NewOps = allocHungoffUses(NumOp
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DUser.h54 Use *allocHungoffUses(unsigned) const;
H A DInstructions.h1993 OperandList = allocHungoffUses(ReservedSpace);
2001 OperandList = allocHungoffUses(ReservedSpace);
2004 // allocHungoffUses - this is more complicated than the generic
2005 // User::allocHungoffUses, because we have to allocate Uses for the incoming
2007 Use *allocHungoffUses(unsigned) const;

Completed in 131 milliseconds