Searched refs:FallThrough (Results 1 – 5 of 5) sorted by relevance
1198 MachineFunction::iterator FallThrough = MBB->getIterator(); in OptimizeBlock()1199 ++FallThrough; in OptimizeBlock()1203 if (!FuncletMembership.empty() && FallThrough != MF.end()) { in OptimizeBlock()1206 auto FallThroughFunclet = FuncletMembership.find(&*FallThrough); in OptimizeBlock()1220 if (FallThrough == MF.end()) { in OptimizeBlock()1222 } else if (FallThrough->isEHPad()) { in OptimizeBlock()1232 Pred->ReplaceUsesOfBlockWith(MBB, &*FallThrough); in OptimizeBlock()1237 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough); in OptimizeBlock()1350 MachineFunction::iterator(PriorTBB) == FallThrough && in OptimizeBlock()1359 if (FallThrough == --MF.end() && in OptimizeBlock()[all …]
1633 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock() local1638 if (Succ == FallThrough) in CopyAndPredicateBlock()1674 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks() local1691 if (Succ == FallThrough) in MergeBlocks()
106 static BlockCompletion FallThrough() { in FallThrough() function136 Instruction* EndBlock(BlockCompletion completion = FallThrough());
577 EndBlock(FallThrough()); in TEST_F()598 EndBlock(FallThrough()); in TEST_F()
735 def FallThrough : Attr {