Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp354 bool PrevCanFallthough = true; in AlignBlocks() local
356 if (!PrevCanFallthough) { in AlignBlocks()
361 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
372 PrevCanFallthough = true; in AlignBlocks()