/external/swiftshader/third_party/LLVM/lib/VMCore/ |
User.cpp | 39 // User allocHungoffUses Implementation 42 Use *User::allocHungoffUses(unsigned N) const {
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
User.h | 52 Use *allocHungoffUses(unsigned) const;
|
/external/llvm/lib/IR/ |
User.cpp | 40 // User allocHungoffUses Implementation 43 void User::allocHungoffUses(unsigned N, bool IsPhi) { 73 allocHungoffUses(NewNumUses, IsPhi);
|
/external/llvm/include/llvm/IR/ |
User.h | 84 void allocHungoffUses(unsigned N, bool IsPhi = false); 86 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false); 92 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/external/llvm/include/llvm/Transforms/Utils/ |
MemorySSA.h | 365 allocHungoffUses(ReservedSpace); 462 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 464 void allocHungoffUses(unsigned N) { 465 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false); 92 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
User.h | 90 void allocHungoffUses(unsigned N, bool IsPhi = false); 92 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
User.h | 88 void allocHungoffUses(unsigned N, bool IsPhi = false); 90 /// \brief Grow the number of hung off uses. Note that allocHungoffUses
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
MemorySSA.h | 436 allocHungoffUses(ReservedSpace); 543 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 545 void allocHungoffUses(unsigned N) { 546 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
MemorySSA.h | 434 allocHungoffUses(ReservedSpace); 541 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 543 void allocHungoffUses(unsigned N) { 544 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
MemorySSA.h | 434 allocHungoffUses(ReservedSpace); 541 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 543 void allocHungoffUses(unsigned N) { 544 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
MemorySSA.h | 442 allocHungoffUses(ReservedSpace); 550 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 552 void allocHungoffUses(unsigned N) { 553 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
MemorySSA.h | 442 allocHungoffUses(ReservedSpace); 550 /// User::allocHungoffUses, because we have to allocate Uses for the incoming 552 void allocHungoffUses(unsigned N) { 553 User::allocHungoffUses(N, /* IsPhi */ true); [all...] |