Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp116 allocHungoffUses(PN.getNumOperands()); in PHINode()
249 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
273 allocHungoffUses(ReservedSpace); in init()
1123 allocHungoffUses(ReservedSpace); in init()
4473 allocHungoffUses(ReservedSpace); in init()
4684 allocHungoffUses(ReservedSpace); in init()
4718 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1902 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2731 allocHungoffUses(ReservedSpace);
2740 allocHungoffUses(ReservedSpace);
2752 void allocHungoffUses(unsigned N) {
2753 User::allocHungoffUses(N, /* IsPhi */ true);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h492 allocHungoffUses(ReservedSpace);
640 void allocHungoffUses(unsigned N) {
641 User::allocHungoffUses(N, /* IsPhi */ true);