Home
last modified time | relevance | path

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

/freebsd/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.cpp126 allocHungoffUses(PN.getNumOperands()); in PHINode()
254 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
272 allocHungoffUses(ReservedSpace); in init()
1046 allocHungoffUses(ReservedSpace); in init()
3912 allocHungoffUses(ReservedSpace); in init()
4112 allocHungoffUses(ReservedSpace); in init()
4139 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1998 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2519 allocHungoffUses(ReservedSpace);
2531 void allocHungoffUses(unsigned N) {
2532 User::allocHungoffUses(N, /* IsPhi */ true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h493 allocHungoffUses(ReservedSpace);
641 void allocHungoffUses(unsigned N) {
642 User::allocHungoffUses(N, /* IsPhi */ true);