Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DUser.cpp50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
77 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
H A DInstructions.cpp105 allocHungoffUses(PN.getNumOperands()); in PHINode()
205 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
229 allocHungoffUses(ReservedSpace); in init()
1169 allocHungoffUses(ReservedSpace); in init()
4320 allocHungoffUses(ReservedSpace); in init()
4543 allocHungoffUses(ReservedSpace); in init()
4577 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1944 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2678 allocHungoffUses(ReservedSpace);
2687 allocHungoffUses(ReservedSpace);
2699 void allocHungoffUses(unsigned N) {
2700 User::allocHungoffUses(N, /* IsPhi */ true);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h506 allocHungoffUses(ReservedSpace);
654 void allocHungoffUses(unsigned N) {
655 User::allocHungoffUses(N, /* IsPhi */ true);