Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h139 unsigned PoolAlignment; ///< The alignment for the pool. variable
148 : TM(TM), PoolAlignment(1) {} in MachineConstantPool()
153 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp931 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()
952 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()