Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
HDInstructions.cpp90 allocHungoffUses(PN.getNumOperands()); in PHINode()
172 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
196 allocHungoffUses(ReservedSpace); in init()
3258 allocHungoffUses(ReservedSpace); in init()
3368 allocHungoffUses(ReservedSpace); in init()
3402 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h68 void allocHungoffUses(unsigned N, bool IsPhi = false);
HDInstructions.h2312 allocHungoffUses(ReservedSpace);
2320 allocHungoffUses(ReservedSpace);
2326 void allocHungoffUses(unsigned N) {
2327 User::allocHungoffUses(N, /* IsPhi */ true);