Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DUser.cpp40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
69 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
H A DInstructions.cpp108 allocHungoffUses(PN.getNumOperands()); in PHINode()
208 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
232 allocHungoffUses(ReservedSpace); in init()
887 allocHungoffUses(ReservedSpace); in init()
3626 allocHungoffUses(ReservedSpace); in init()
3726 allocHungoffUses(ReservedSpace); in init()
3760 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1334 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DUser.h88 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2570 allocHungoffUses(ReservedSpace);
2578 allocHungoffUses(ReservedSpace);
2590 void allocHungoffUses(unsigned N) {
2591 User::allocHungoffUses(N, /* IsPhi */ true);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemorySSA.h490 allocHungoffUses(ReservedSpace);
641 void allocHungoffUses(unsigned N) {
642 User::allocHungoffUses(N, /* IsPhi */ true);