Searched refs:Fallthrough (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 674 MachineFunction::iterator Fallthrough = getIterator(); in canFallThrough() local 675 ++Fallthrough; in canFallThrough() 677 if (Fallthrough == getParent()->end()) in canFallThrough() 681 if (!isSuccessor(&*Fallthrough)) in canFallThrough() 702 if (MachineFunction::iterator(TBB) == Fallthrough || in canFallThrough() 703 MachineFunction::iterator(FBB) == Fallthrough) in canFallThrough()
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 156 ; Fallthrough to test the second cmpxchg's result.
|
/external/skia/site/dev/contrib/ |
D | style.md | 264 Fallthrough from one case to the next is commented unless it is trivial:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8206 MachineBasicBlock *Fallthrough; in lowerWorkItem() local 8209 Fallthrough = DefaultMBB; in lowerWorkItem() 8211 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerWorkItem() 8212 CurMF->insert(BBI, Fallthrough); in lowerWorkItem() 8246 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerWorkItem() 8253 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader. in lowerWorkItem() 8272 BTB->Default = Fallthrough; in lowerWorkItem() 8308 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB, I->Prob, in lowerWorkItem() 8319 CurMBB = Fallthrough; in lowerWorkItem()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 418 // Fallthrough to REAL(memcmp) below.
|