Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
216 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
240 allocHungoffUses(ReservedSpace); in init()
1272 allocHungoffUses(ReservedSpace); in init()
4489 allocHungoffUses(ReservedSpace); in init()
4700 allocHungoffUses(ReservedSpace); in init()
4734 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp2030 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DUser.h87 void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2722 allocHungoffUses(ReservedSpace);
2731 allocHungoffUses(ReservedSpace);
2743 void allocHungoffUses(unsigned N) {
2744 User::allocHungoffUses(N, /* IsPhi */ true);
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h492 allocHungoffUses(ReservedSpace);
640 void allocHungoffUses(unsigned N) {
641 User::allocHungoffUses(N, /* IsPhi */ true);