Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp45 Use *User::allocHungoffUses(unsigned N) const { in allocHungoffUses() function in llvm::User
DInstructions.cpp89 allocHungoffUses(PN.getNumOperands()), PN.getNumOperands()), in PHINode()
100 Use *PHINode::allocHungoffUses(unsigned N) const { in allocHungoffUses() function in PHINode
151 OperandList = allocHungoffUses(ReservedSpace); in growOperands()
196 allocHungoffUses(LP.getNumOperands()), LP.getNumOperands()), in LandingPadInst()
229 OperandList = allocHungoffUses(ReservedSpace); in init()
242 Use *NewOps = allocHungoffUses(ReservedSpace); in growOperands()
3233 OperandList = allocHungoffUses(ReservedSpace); in init()
3347 Use *NewOps = allocHungoffUses(NumOps); in growOperands()
3376 OperandList = allocHungoffUses(ReservedSpace); in init()
3390 Use *NewOps = allocHungoffUses(NumOps); in growOperands()
[all …]
/external/llvm/include/llvm/IR/
DUser.h54 Use *allocHungoffUses(unsigned) const;
DInstructions.h2001 OperandList = allocHungoffUses(ReservedSpace);
2009 OperandList = allocHungoffUses(ReservedSpace);
2015 Use *allocHungoffUses(unsigned) const;