Searched defs:PostAlign (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp116 /// PostAlign - When non-zero, the block terminator contains a .align
117 /// directive, so the end of the block is aligned to 1 << PostAlign
119 uint8_t PostAlign; member in struct:__anon12514::ARMConstantIslands::BasicBlockInfo
122 PostAlign(0) {}
141 unsigned LA = std::max(unsigned(PostAlign), LogAlign);
154 return std::max(std::max(unsigned(PostAlign), LogAlign),
381 << " pa=" << unsigned(BBI.PostAlign)
905 BBI.PostAlign = 0;
921 BBI.PostAlign = 2;

Completed in 33 milliseconds