Home
last modified time | relevance | path

Searched defs:succ (Results 1 – 25 of 81) sorted by relevance

1234

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp126 bool succ = false; in getVisualInfo() local
181 bool succ = display.getVisualInfo(XVisualIDFromVisual(visual), info); in XlibWindow() local
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp106 const ExplodedNode *succ = *(node->succ_begin()); in shouldCollect() local
171 ExplodedNode *succ = *(node->succ_begin()); in collectNode() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp341 void MachineBasicBlock::addSuccessor(MachineBasicBlock *succ, uint32_t weight) { in addSuccessor()
355 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *succ) { in removeSuccessor()
774 uint32_t MachineBasicBlock::getSuccWeight(MachineBasicBlock *succ) { in getSuccWeight()
DUnreachableBlockElim.cpp152 MachineBasicBlock* succ = *BB->succ_begin(); in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp291 for( BLEdgeIterator succ = node->succBegin(), end = node->succEnd(); in calculatePathNumbers() local
453 for(BLEdgeIterator succ = node->succBegin(), end = node->succEnd(); in calculatePathNumbersFrom() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp187 BasicBlock* succ = GetSuccessorBasicBlock(successor_id); in CreateSuccessorMap() local
207 BasicBlock* succ = GetSuccessorBasicBlock(successor_id); in CreateSuccessorMap() local
Dloop_fusion.cpp549 [first_block_of_1](uint32_t* succ) { *succ = first_block_of_1->id(); }); in Fuse()
554 [this](uint32_t* succ) { *succ = loop_0_->GetContinueBlock()->id(); }); in Fuse()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.cpp187 BasicBlock* succ = GetSuccessorBasicBlock(successor_id); in CreateSuccessorMap() local
207 BasicBlock* succ = GetSuccessorBasicBlock(successor_id); in CreateSuccessorMap() local
Dloop_fusion.cpp549 [first_block_of_1](uint32_t* succ) { *succ = first_block_of_1->id(); }); in Fuse()
554 [this](uint32_t* succ) { *succ = loop_0_->GetContinueBlock()->id(); }); in Fuse()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionIterator.h70 RegionNode *succ; in getISucc() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc160 for (const HloInstruction* succ : item->control_successors()) { in UpdateReachabilityThroughInstruction() local
/external/v8/tools/turbolizer/src/
Dschedule-view.ts155 for (const succ of block.succ) { constant
/external/mesa3d/src/compiler/nir/
Dnir_liveness.c121 propagate_across_edge(nir_block *pred, nir_block *succ, in propagate_across_edge()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionIterator.h84 NodeRef succ; in getISucc() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimap.java128 private static <K, V> void succeedsInValueSet(ValueSetLink<K, V> pred, ValueSetLink<K, V> succ) { in succeedsInValueSet()
134 ValueEntry<K, V> pred, ValueEntry<K, V> succ) { in succeedsInMultimap()
/external/guava/guava/src/com/google/common/collect/
DLinkedHashMultimap.java132 private static <K, V> void succeedsInValueSet(ValueSetLink<K, V> pred, ValueSetLink<K, V> succ) { in succeedsInValueSet()
138 ValueEntry<K, V> pred, ValueEntry<K, V> succ) { in succeedsInMultimap()
/external/llvm/include/llvm/Analysis/
DRegionIterator.h73 NodeType *succ; in getISucc() local
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp159 MachineBasicBlock* succ = *BB->succ_begin(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp160 MachineBasicBlock* succ = *BB->succ_begin(); in runOnMachineFunction() local
/external/v8/src/compiler/
Dschedule.cc217 void Schedule::AddGoto(BasicBlock* block, BasicBlock* succ) { in AddGoto()
479 void Schedule::AddSuccessor(BasicBlock* block, BasicBlock* succ) { in AddSuccessor()
Dverifier.cc1912 BasicBlock* succ = block->SuccessorAt(s); in Run() local
1954 BasicBlock* succ = block->SuccessorAt(s); in Run() local
/external/deqp-deps/SPIRV-Tools/source/
Dcfa.h338 const auto succ = succ_func(block); in ComputeAugmentedCFG() local
/external/swiftshader/third_party/SPIRV-Tools/source/
Dcfa.h338 const auto succ = succ_func(block); in ComputeAugmentedCFG() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSink.cpp126 Loop *succ = LI.getLoopFor(SuccToSinkTo); in IsAcceptableTarget() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.mli144 val succ : t -> t option val

1234