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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 136 unsigned PoolAlignment; ///< The alignment for the pool.
145 : TM(TM), PoolAlignment(1) {}
150 unsigned getConstantPoolAlignment() const { return PoolAlignment; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 868 if (Alignment > PoolAlignment) PoolAlignment = Alignment;
889 if (Alignment > PoolAlignment) PoolAlignment = Alignment;
    [all...]

Completed in 74 milliseconds