Searched refs:allocHungoffUses (Results 1 – 7 of 7) sorted by relevance
50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User77 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
130 allocHungoffUses(PN.getNumOperands()); in PHINode()258 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()276 allocHungoffUses(ReservedSpace); in init()1112 allocHungoffUses(ReservedSpace); in init()4042 allocHungoffUses(ReservedSpace); in init()4242 allocHungoffUses(ReservedSpace); in init()4270 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
1071 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
137 LLVM_ABI void allocHungoffUses(unsigned N, bool IsPhi = false);
2654 allocHungoffUses(ReservedSpace);2666 void allocHungoffUses(unsigned N) {2667 User::allocHungoffUses(N, /* IsPhi */ true);
494 allocHungoffUses(ReservedSpace);642 void allocHungoffUses(unsigned N) {643 User::allocHungoffUses(N, /* IsPhi */ true);
22650 {"_ZNK4llvm4User16allocHungoffUsesEj", "llvm::User::allocHungoffUses(unsigned int) const"},