Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1116 Align NextBlockAlignment; in isWaterInRange() local
1122 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
1134 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()