Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1198 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 …]
DIfConversion.cpp1633 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock() local
1638 if (Succ == FallThrough) in CopyAndPredicateBlock()
1674 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks() local
1691 if (Succ == FallThrough) in MergeBlocks()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h106 static BlockCompletion FallThrough() { in FallThrough() function
136 Instruction* EndBlock(BlockCompletion completion = FallThrough());
Dregister-allocator-unittest.cc577 EndBlock(FallThrough()); in TEST_F()
598 EndBlock(FallThrough()); in TEST_F()
/external/clang/include/clang/Basic/
DAttr.td735 def FallThrough : Attr {