Searched refs:PoolAlignment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h136 unsigned PoolAlignment; ///< The alignment for the pool. member in class:llvm::MachineConstantPool
145 : TM(TM), PoolAlignment(1) {}
150 unsigned getConstantPoolAlignment() const { return PoolAlignment; }
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp868 if (Alignment > PoolAlignment) PoolAlignment = Alignment;
889 if (Alignment > PoolAlignment) PoolAlignment = Alignment;

Completed in 191 milliseconds