Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User
73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
DInstructions.cpp95 allocHungoffUses(PN.getNumOperands()); in PHINode()
177 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
201 allocHungoffUses(ReservedSpace); in init()
909 allocHungoffUses(ReservedSpace); in init()
3590 allocHungoffUses(ReservedSpace); in init()
3700 allocHungoffUses(ReservedSpace); in init()
3734 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
DFunction.cpp977 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/external/llvm/include/llvm/IR/
DUser.h82 void allocHungoffUses(unsigned N, bool IsPhi = false);
DInstructions.h2450 allocHungoffUses(ReservedSpace);
2458 allocHungoffUses(ReservedSpace);
2465 void allocHungoffUses(unsigned N) {
2466 User::allocHungoffUses(N, /* IsPhi */ true);