Home
last modified time | relevance | path

Searched defs:successors (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLoopTraversal.cpp46 for (MachineBasicBlock *Succ : ActiveMBB->successors()) { in traverse() function
/third_party/glslang/SPIRV/
H A DInReadableOrder.cpp96 const auto& successors = block->getSuccessors(); in visit() local
H A DspvIR.h291 std::vector<Block*> predecessors, successors; member in spv::Block
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock() argument
/third_party/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dbasic_block.h62 const std::vector<BasicBlock*>* successors() const { return &successors_; } in successors() function in spvtools::val::BasicBlock
65 std::vector<BasicBlock*>* successors() { return &successors_; } in successors() function in spvtools::val::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dbasic_block.h62 const std::vector<BasicBlock*>* successors() const { return &successors_; } in successors() function in spvtools::val::BasicBlock
65 std::vector<BasicBlock*>* successors() { return &successors_; } in successors() function in spvtools::val::BasicBlock
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h71 ZoneDeque<ScheduleGraphNode*>& successors() { return successors_; } in successors() function in v8::internal::compiler::final::ScheduleGraphNode
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc168 std::vector<Block*> successors; in CountBlockPredecessors() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_tree.cpp58 static void DepthFirstSearch(const BBType* bb, SuccessorLambda successors, in DepthFirstSearch() argument
76 DepthFirstSearchPostOrder(const BBType* bb, SuccessorLambda successors, PostLambda post) DepthFirstSearchPostOrder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.cpp58 static void DepthFirstSearch(const BBType* bb, SuccessorLambda successors, in DepthFirstSearch() argument
76 DepthFirstSearchPostOrder(const BBType* bb, SuccessorLambda successors, PostLambda post) DepthFirstSearchPostOrder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCFG.h259 inline succ_range successors(Instruction *I) { in successors() function
262 inline succ_const_range successors(const Instruction *I) { in successors() function
284 inline succ_range successors(BasicBlock *BB) { in successors() function
287 inline succ_const_range successors(const BasicBlock *BB) { in successors() function
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp58 void DepthFirstSearch(const BBType* bb, SuccessorLambda successors, in DepthFirstSearch() argument
76 void DepthFirstSearchPostOrder(const BBType* bb, SuccessorLambda successors, in DepthFirstSearchPostOrder() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dbasic_block.h62 const std::vector<BasicBlock*>* successors() const { return &successors_; } in successors() function in spvtools::val::BasicBlock
65 std::vector<BasicBlock*>* successors() { return &successors_; } in successors() function in spvtools::val::BasicBlock
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp140 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp140 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp138 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument
/third_party/node/deps/v8/src/compiler/
H A Dschedule.h82 BasicBlockVector& successors() { return successors_; } in successors() function in v8::internal::compiler::final
83 const BasicBlockVector& successors() const { return successors_; } in successors() function in v8::internal::compiler::final
H A Dscheduler.cc423 Node** successors = zone_->NewArray<Node*>(successor_cnt); in BuildBlocksForSuccessors() local
432 Node** successors = reinterpret_cast<Node**>(successor_blocks); in CollectSuccessorBlocks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h303 inline iterator_range<succ_iterator> successors() { in successors() function in llvm::MachineBasicBlock
306 inline iterator_range<const_succ_iterator> successors() const { in successors() function in llvm::MachineBasicBlock
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h353 struct agx_block *successors[2]; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h344 struct gpir_block *successors[2]; member
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h393 struct pan_block *successors[2]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp90 iterator_range<succ_iterator> successors(BlockData const &BD) const { in successors() function

Completed in 36 milliseconds

12