Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp933 Align NextBlockAlignment; in isWaterInRange() local
937 NextBlockAlignment = Align(1); in isWaterInRange()
940 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
952 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1070 Align NextBlockAlignment; in isWaterInRange() local
1076 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
1088 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()