Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp42 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()
3300 OperandList = allocHungoffUses(ReservedSpace); in init()
3390 Use *NewOps = allocHungoffUses(NumOps); in growOperands()
3419 OperandList = allocHungoffUses(ReservedSpace); in init()
3433 Use *NewOps = allocHungoffUses(NumOps); in growOperands()
[all …]
/external/llvm/include/llvm/IR/
DUser.h55 Use *allocHungoffUses(unsigned) const;
DInstructions.h2157 OperandList = allocHungoffUses(ReservedSpace);
2165 OperandList = allocHungoffUses(ReservedSpace);
2171 Use *allocHungoffUses(unsigned) const;