Searched refs:allocHungoffUses (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User 69 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
|
D | Instructions.cpp | 150 allocHungoffUses(PN.getNumOperands()); in PHINode() 250 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 274 allocHungoffUses(ReservedSpace); in init() 834 allocHungoffUses(ReservedSpace); in init() 3509 allocHungoffUses(ReservedSpace); in init() 3610 allocHungoffUses(ReservedSpace); in init() 3644 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
|
D | Function.cpp | 1323 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
|
/external/llvm/lib/IR/ |
D | User.cpp | 43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() function in llvm::User 73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
|
D | Instructions.cpp | 95 allocHungoffUses(PN.getNumOperands()); in PHINode() 195 allocHungoffUses(LP.getNumOperands()); in LandingPadInst() 219 allocHungoffUses(ReservedSpace); in init() 1027 allocHungoffUses(ReservedSpace); in init() 3693 allocHungoffUses(ReservedSpace); in init() 3803 allocHungoffUses(ReservedSpace); in init() 3837 allocHungoffUses(IBI.getNumOperands()); in IndirectBrInst()
|
D | Function.cpp | 1199 allocHungoffUses(3, /*IsPhi=*/ false); in allocHungoffUselist()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 365 allocHungoffUses(ReservedSpace); 464 void allocHungoffUses(unsigned N) { 465 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
/external/llvm/include/llvm/IR/ |
D | User.h | 84 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
D | Instructions.h | 2496 allocHungoffUses(ReservedSpace); 2504 allocHungoffUses(ReservedSpace); 2511 void allocHungoffUses(unsigned N) { 2512 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 470 allocHungoffUses(ReservedSpace); 621 void allocHungoffUses(unsigned N) { 622 User::allocHungoffUses(N, /* IsPhi */ true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false);
|
D | Instructions.h | 2931 allocHungoffUses(ReservedSpace); 2939 allocHungoffUses(ReservedSpace); 2951 void allocHungoffUses(unsigned N) { 2952 User::allocHungoffUses(N, /* IsPhi */ true);
|