/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 1361 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 …]
|
D | IfConversion.cpp | 2220 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/ |
D | frontend_channel.h | 37 virtual void FallThrough(int call_id,
|
D | dispatch_test.cc | 44 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
|
D | dispatch.h | 56 static DispatchResponse FallThrough();
|
D | dispatch.cc | 27 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/ |
D | v8-inspector-session-impl.h | 113 void FallThrough(int callId, v8_crdtp::span<uint8_t> method,
|
D | v8-inspector-session-impl.cc | 215 void V8InspectorSessionImpl::FallThrough(int callId, in FallThrough() function in v8_inspector::V8InspectorSessionImpl
|
/third_party/node/tools/inspector_protocol/lib/ |
D | DispatcherBase_h.template | 46 static DispatchResponse FallThrough();
|
D | DispatcherBase_cpp.template | 54 DispatchResponse DispatchResponse::FallThrough()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 1636 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/ |
D | TypeBuilder_cpp.template | 313 …channel()->FallThrough(dispatchable.CallId(), {{config.crdtp.namespace}}::SpanFrom("{{domain.domai…
|
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder-impl.h | 2647 FallThrough(); 2682 FallThrough(); 2702 FallThrough(); 2884 FallThrough(); 5357 void FallThrough() {
|