reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/User.h
   87   void allocHungoffUses(unsigned N, bool IsPhi = false);

References

include/llvm/Analysis/MemorySSA.h
  644     User::allocHungoffUses(N, /* IsPhi */ true);
include/llvm/IR/Instructions.h
 2580     User::allocHungoffUses(N, /* IsPhi */ true);
lib/IR/Function.cpp
 1500   allocHungoffUses(3, /*IsPhi=*/ false);
lib/IR/Instructions.cpp
  209   allocHungoffUses(LP.getNumOperands());
  233   allocHungoffUses(ReservedSpace);
 1032   allocHungoffUses(ReservedSpace);
 3800   allocHungoffUses(ReservedSpace);
 4024   allocHungoffUses(ReservedSpace);
 4058   allocHungoffUses(IBI.getNumOperands());
lib/IR/User.cpp
   68   allocHungoffUses(NewNumUses, IsPhi);