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.cpp358 bool PrevCanFallthough = true; in AlignBlocks() local
360 if (!PrevCanFallthough) { in AlignBlocks()
365 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
376 PrevCanFallthough = true; in AlignBlocks()