HomeSort by relevance Sort by last modified time
    Searched refs:allocHungoffUses (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
User.cpp 42 // User allocHungoffUses Implementation
45 Use *User::allocHungoffUses(unsigned N) const {
Instructions.cpp 89 allocHungoffUses(PN.getNumOperands()), PN.getNumOperands()),
100 Use *PHINode::allocHungoffUses(unsigned N) const {
151 OperandList = allocHungoffUses(ReservedSpace);
196 allocHungoffUses(LP.getNumOperands()), LP.getNumOperands()),
229 OperandList = allocHungoffUses(ReservedSpace);
242 Use *NewOps = allocHungoffUses(ReservedSpace);
    [all...]
  /external/llvm/include/llvm/IR/
User.h 54 Use *allocHungoffUses(unsigned) const;
Instructions.h     [all...]

Completed in 115 milliseconds