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

/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dsio.S43 # Fallthrough
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp629 MachineFunction::iterator Fallthrough = this; local
630 ++Fallthrough;
632 if (Fallthrough == getParent()->end())
636 if (!isSuccessor(Fallthrough))
657 if (MachineFunction::iterator(TBB) == Fallthrough ||
658 MachineFunction::iterator(FBB) == Fallthrough)

Completed in 109 milliseconds