Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp947 MachineBasicBlock *MachineBasicBlock::getFallThrough(bool JumpToFallThrough) { in getFallThrough() argument
978 if (!JumpToFallThrough && (MachineFunction::iterator(TBB) == Fallthrough || in getFallThrough()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h799 MachineBasicBlock *getFallThrough(bool JumpToFallThrough = false);