Home
last modified time | relevance | path

Searched refs:StructuredCFGAnalysis (Results 1 – 18 of 18) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dstruct_cfg_analysis.cpp26 StructuredCFGAnalysis::StructuredCFGAnalysis(IRContext* ctx) : context_(ctx) { in StructuredCFGAnalysis() function in spvtools::opt::StructuredCFGAnalysis
38 void StructuredCFGAnalysis::AddBlocksInFunction(Function* func) { in AddBlocksInFunction()
114 uint32_t StructuredCFGAnalysis::ContainingConstruct(Instruction* inst) { in ContainingConstruct()
119 uint32_t StructuredCFGAnalysis::MergeBlock(uint32_t bb_id) { in MergeBlock()
130 uint32_t StructuredCFGAnalysis::NestingDepth(uint32_t bb_id) { in NestingDepth()
143 uint32_t StructuredCFGAnalysis::LoopMergeBlock(uint32_t bb_id) { in LoopMergeBlock()
154 uint32_t StructuredCFGAnalysis::LoopContinueBlock(uint32_t bb_id) { in LoopContinueBlock()
165 uint32_t StructuredCFGAnalysis::LoopNestingDepth(uint32_t bb_id) { in LoopNestingDepth()
178 uint32_t StructuredCFGAnalysis::SwitchMergeBlock(uint32_t bb_id) { in SwitchMergeBlock()
189 bool StructuredCFGAnalysis::IsContinueBlock(uint32_t bb_id) { in IsContinueBlock()
[all …]
Dstruct_cfg_analysis.h31 class StructuredCFGAnalysis {
33 explicit StructuredCFGAnalysis(IRContext* ctx);
Ddead_branch_elim_pass.cpp212 StructuredCFGAnalysis* cfg_analysis = in SimplifyBranch()
633 StructuredCFGAnalysis* cfg_analysis = context()->GetStructuredCFGAnalysis(); in SwitchHasNestedBreak()
Dir_context.h292 StructuredCFGAnalysis* GetStructuredCFGAnalysis() { in GetStructuredCFGAnalysis()
753 struct_cfg_analysis_ = MakeUnique<StructuredCFGAnalysis>(this); in BuildStructuredCFGAnalysis()
919 std::unique_ptr<StructuredCFGAnalysis> struct_cfg_analysis_;
Dmerge_return_pass.cpp870 StructuredCFGAnalysis* struct_cfg_analysis = in HasNontrivialUnreachableBlocks()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp26 StructuredCFGAnalysis::StructuredCFGAnalysis(IRContext* ctx) : context_(ctx) { in StructuredCFGAnalysis() function in spvtools::opt::StructuredCFGAnalysis
38 void StructuredCFGAnalysis::AddBlocksInFunction(Function* func) { in AddBlocksInFunction()
114 uint32_t StructuredCFGAnalysis::ContainingConstruct(Instruction* inst) { in ContainingConstruct()
119 uint32_t StructuredCFGAnalysis::MergeBlock(uint32_t bb_id) { in MergeBlock()
130 uint32_t StructuredCFGAnalysis::NestingDepth(uint32_t bb_id) { in NestingDepth()
143 uint32_t StructuredCFGAnalysis::LoopMergeBlock(uint32_t bb_id) { in LoopMergeBlock()
154 uint32_t StructuredCFGAnalysis::LoopContinueBlock(uint32_t bb_id) { in LoopContinueBlock()
165 uint32_t StructuredCFGAnalysis::LoopNestingDepth(uint32_t bb_id) { in LoopNestingDepth()
178 uint32_t StructuredCFGAnalysis::SwitchMergeBlock(uint32_t bb_id) { in SwitchMergeBlock()
189 bool StructuredCFGAnalysis::IsContinueBlock(uint32_t bb_id) { in IsContinueBlock()
[all …]
Dstruct_cfg_analysis.h31 class StructuredCFGAnalysis {
33 explicit StructuredCFGAnalysis(IRContext* ctx);
Ddead_branch_elim_pass.cpp212 StructuredCFGAnalysis* cfg_analysis = in SimplifyBranch()
633 StructuredCFGAnalysis* cfg_analysis = context()->GetStructuredCFGAnalysis(); in SwitchHasNestedBreak()
Dir_context.h291 StructuredCFGAnalysis* GetStructuredCFGAnalysis() { in GetStructuredCFGAnalysis()
752 struct_cfg_analysis_ = MakeUnique<StructuredCFGAnalysis>(this); in BuildStructuredCFGAnalysis()
918 std::unique_ptr<StructuredCFGAnalysis> struct_cfg_analysis_;
Dmerge_return_pass.cpp870 StructuredCFGAnalysis* struct_cfg_analysis = in HasNontrivialUnreachableBlocks()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp26 StructuredCFGAnalysis::StructuredCFGAnalysis(IRContext* ctx) : context_(ctx) { in StructuredCFGAnalysis() function in spvtools::opt::StructuredCFGAnalysis
38 void StructuredCFGAnalysis::AddBlocksInFunction(Function* func) { in AddBlocksInFunction()
114 uint32_t StructuredCFGAnalysis::ContainingConstruct(Instruction* inst) { in ContainingConstruct()
119 uint32_t StructuredCFGAnalysis::MergeBlock(uint32_t bb_id) { in MergeBlock()
130 uint32_t StructuredCFGAnalysis::NestingDepth(uint32_t bb_id) { in NestingDepth()
143 uint32_t StructuredCFGAnalysis::LoopMergeBlock(uint32_t bb_id) { in LoopMergeBlock()
154 uint32_t StructuredCFGAnalysis::LoopContinueBlock(uint32_t bb_id) { in LoopContinueBlock()
165 uint32_t StructuredCFGAnalysis::LoopNestingDepth(uint32_t bb_id) { in LoopNestingDepth()
178 uint32_t StructuredCFGAnalysis::SwitchMergeBlock(uint32_t bb_id) { in SwitchMergeBlock()
189 bool StructuredCFGAnalysis::IsContinueBlock(uint32_t bb_id) { in IsContinueBlock()
[all …]
Dstruct_cfg_analysis.h31 class StructuredCFGAnalysis {
33 explicit StructuredCFGAnalysis(IRContext* ctx);
Ddead_branch_elim_pass.cpp212 StructuredCFGAnalysis* cfg_analysis = in SimplifyBranch()
633 StructuredCFGAnalysis* cfg_analysis = context()->GetStructuredCFGAnalysis(); in SwitchHasNestedBreak()
Dir_context.h292 StructuredCFGAnalysis* GetStructuredCFGAnalysis() { in GetStructuredCFGAnalysis()
753 struct_cfg_analysis_ = MakeUnique<StructuredCFGAnalysis>(this); in BuildStructuredCFGAnalysis()
919 std::unique_ptr<StructuredCFGAnalysis> struct_cfg_analysis_;
Dmerge_return_pass.cpp870 StructuredCFGAnalysis* struct_cfg_analysis = in HasNontrivialUnreachableBlocks()
/external/angle/third_party/spirv-tools/src/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
131 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
225 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
347 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
467 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
577 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
701 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
738 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
767 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
847 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
131 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
225 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
347 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
467 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
577 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
701 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
738 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
767 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
847 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
131 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
225 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
347 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
467 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
577 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
701 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
738 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
767 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
847 StructuredCFGAnalysis analysis(context.get()); in TEST_F()
[all …]