Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp626 MachineFunction::iterator Fallthrough = this; in canFallThrough() local
627 ++Fallthrough; in canFallThrough()
629 if (Fallthrough == getParent()->end()) in canFallThrough()
633 if (!isSuccessor(Fallthrough)) in canFallThrough()
654 if (MachineFunction::iterator(TBB) == Fallthrough || in canFallThrough()
655 MachineFunction::iterator(FBB) == Fallthrough) in canFallThrough()
/external/skia/site/dev/contrib/
Dstyle.md264 Fallthrough from one case to the next is commented unless it is trivial: