Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DUser.cpp44 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
71 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
H A DInstructions.cpp101 allocHungoffUses(PN.getNumOperands()); in PHINode()
201 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
225 allocHungoffUses(ReservedSpace); in init()
1132 allocHungoffUses(ReservedSpace); in init()
4011 allocHungoffUses(ReservedSpace); in init()
4235 allocHungoffUses(ReservedSpace); in init()
4269 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1773 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h496 allocHungoffUses(ReservedSpace);
644 void allocHungoffUses(unsigned N) {
645 User::allocHungoffUses(N, /* IsPhi */ true);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2600 allocHungoffUses(ReservedSpace);
2609 allocHungoffUses(ReservedSpace);
2621 void allocHungoffUses(unsigned N) {
2622 User::allocHungoffUses(N, /* IsPhi */ true);