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

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp635 MachineFunction::iterator Fallthrough = this; local
636 ++Fallthrough;
638 if (Fallthrough == getParent()->end())
642 if (!isSuccessor(Fallthrough))
663 if (MachineFunction::iterator(TBB) == Fallthrough ||
664 MachineFunction::iterator(FBB) == Fallthrough)

Completed in 1957 milliseconds