Searched defs:allocHungoffUses (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DUser.cpp39 // User allocHungoffUses Implementation
42 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);
3300 OperandList = allocHungoffUses(ReservedSpace);
3390 Use *NewOps = allocHungoffUses(NumOps);
3419 OperandList = allocHungoffUses(ReservedSpace);
3433 Use *NewOps = allocHungoffUses(NumOp
[all...]

Completed in 85 milliseconds