Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp360 bool PrevCanFallthough = true; in AlignBlocks() local
362 if (!PrevCanFallthough) { in AlignBlocks()
367 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
378 PrevCanFallthough = true; in AlignBlocks()