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

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp556 MachineFunction::iterator Fallthrough = this; local
557 ++Fallthrough;
559 if (Fallthrough == getParent()->end())
563 if (!isSuccessor(Fallthrough))
584 if (MachineFunction::iterator(TBB) == Fallthrough ||
585 MachineFunction::iterator(FBB) == Fallthrough)

Completed in 150 milliseconds