Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1361 MachineFunction::iterator FallThrough = MBB->getIterator(); in OptimizeBlock()
1362 ++FallThrough; in OptimizeBlock()
1366 if (!EHScopeMembership.empty() && FallThrough != MF.end()) { in OptimizeBlock()
1369 auto FallThroughEHScope = EHScopeMembership.find(&*FallThrough); in OptimizeBlock()
1384 if (FallThrough == MF.end()) { in OptimizeBlock()
1386 } else if (FallThrough->isEHPad()) { in OptimizeBlock()
1391 } else if (MBB->isSuccessor(&*FallThrough)) { in OptimizeBlock()
1396 Pred->ReplaceUsesOfBlockWith(MBB, &*FallThrough); in OptimizeBlock()
1401 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough); in OptimizeBlock()
1514 MachineFunction::iterator(PriorTBB) == FallThrough && in OptimizeBlock()
[all …]
DIfConversion.cpp2220 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock() local
2224 if (Succ == FallThrough) in CopyAndPredicateBlock()
2270 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks() local
2283 if (Succ == FallThrough) in MergeBlocks()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dfrontend_channel.h37 virtual void FallThrough(int call_id,
Ddispatch_test.cc44 TEST(DispatchResponseTest, FallThrough) { in TEST() argument
45 DispatchResponse error = DispatchResponse::FallThrough(); in TEST()
345 void FallThrough(int call_id, in FallThrough() function in v8_crdtp::TestChannel
Ddispatch.h56 static DispatchResponse FallThrough();
Ddispatch.cc27 DispatchResponse DispatchResponse::FallThrough() { in FallThrough() function in v8_crdtp::DispatchResponse
450 backend_impl_->get()->channel()->FallThrough(call_id_, method_, in fallThroughIfActive()
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-session-impl.h113 void FallThrough(int callId, v8_crdtp::span<uint8_t> method,
Dv8-inspector-session-impl.cc215 void V8InspectorSessionImpl::FallThrough(int callId, in FallThrough() function in v8_inspector::V8InspectorSessionImpl
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_h.template46 static DispatchResponse FallThrough();
DDispatcherBase_cpp.template54 DispatchResponse DispatchResponse::FallThrough()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1636 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter() local
1641 if (FallThrough != nullptr) { in EmitInstrWithCustomInserter()
1642 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(FallThrough); in EmitInstrWithCustomInserter()
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DTypeBuilder_cpp.template313 …channel()->FallThrough(dispatchable.CallId(), {{config.crdtp.namespace}}::SpanFrom("{{domain.domai…
/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder-impl.h2647 FallThrough();
2682 FallThrough();
2702 FallThrough();
2884 FallThrough();
5357 void FallThrough() {