Home
last modified time | relevance | path

Searched refs:FallThrough (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1193 MachineFunction::iterator FallThrough = MBB; in OptimizeBlock()
1194 ++FallThrough; in OptimizeBlock()
1204 if (FallThrough == MF.end()) { in OptimizeBlock()
1211 Pred->ReplaceUsesOfBlockWith(MBB, FallThrough); in OptimizeBlock()
1216 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough); in OptimizeBlock()
1329 MachineFunction::iterator(PriorTBB) == FallThrough && in OptimizeBlock()
1338 if (FallThrough == --MF.end() && in OptimizeBlock()
1561 if (FallThrough != MF.end() && in OptimizeBlock()
1563 PrevBB.isSuccessor(FallThrough)) { in OptimizeBlock()
DIfConversion.cpp1618 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock() local
1623 if (Succ == FallThrough) in CopyAndPredicateBlock()
1653 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks() local
1658 if (Succ == FallThrough) in MergeBlocks()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2213 MachineBasicBlock *FallThrough; in handleSmallSwitchRange() local
2215 FallThrough = CurMF->CreateMachineBasicBlock(CurBlock->getBasicBlock()); in handleSmallSwitchRange()
2216 CurMF->insert(BBI, FallThrough); in handleSmallSwitchRange()
2222 FallThrough = Default; in handleSmallSwitchRange()
2238 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange()
2252 CurBlock = FallThrough; in handleSmallSwitchRange()
/external/clang/include/clang/Basic/
DAttr.td696 def FallThrough : Attr {