Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp130 allocHungoffUses(PN.getNumOperands()); in PHINode()
258 allocHungoffUses(LP.getNumOperands()); in LandingPadInst()
276 allocHungoffUses(ReservedSpace); in init()
1112 allocHungoffUses(ReservedSpace); in init()
4042 allocHungoffUses(ReservedSpace); in init()
4242 allocHungoffUses(ReservedSpace); in init()
4270 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
H A DFunction.cpp1071 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h137 LLVM_ABI void allocHungoffUses(unsigned N, bool IsPhi = false);
H A DInstructions.h2654 allocHungoffUses(ReservedSpace);
2666 void allocHungoffUses(unsigned N) {
2667 User::allocHungoffUses(N, /* IsPhi */ true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h494 allocHungoffUses(ReservedSpace);
642 void allocHungoffUses(unsigned N) {
643 User::allocHungoffUses(N, /* IsPhi */ true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22650 {"_ZNK4llvm4User16allocHungoffUsesEj", "llvm::User::allocHungoffUses(unsigned int) const"},