Home
last modified time | relevance | path

Searched refs:GetDomTree (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/third_party/spirv-tools/src/test/opt/dominator_tree/
Dgenerated.cpp128 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
193 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
295 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
337 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
416 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
439 DominatorTree::iterator node_it = dom_tree.GetDomTree().begin(); in TEST_F()
440 DominatorTree::iterator node_end = dom_tree.GetDomTree().end(); in TEST_F()
450 DominatorTree::const_iterator node_it = dom_tree.GetDomTree().cbegin(); in TEST_F()
451 DominatorTree::const_iterator node_end = dom_tree.GetDomTree().cend(); in TEST_F()
461 DominatorTree::post_iterator node_it = dom_tree.GetDomTree().post_begin(); in TEST_F()
[all …]
Dsimple.cpp153 DominatorTree& tree = analysis->GetDomTree(); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp128 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
193 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
295 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
337 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
416 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
439 DominatorTree::iterator node_it = dom_tree.GetDomTree().begin(); in TEST_F()
440 DominatorTree::iterator node_end = dom_tree.GetDomTree().end(); in TEST_F()
450 DominatorTree::const_iterator node_it = dom_tree.GetDomTree().cbegin(); in TEST_F()
451 DominatorTree::const_iterator node_end = dom_tree.GetDomTree().cend(); in TEST_F()
461 DominatorTree::post_iterator node_it = dom_tree.GetDomTree().post_begin(); in TEST_F()
[all …]
Dsimple.cpp153 DominatorTree& tree = analysis->GetDomTree(); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp128 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
193 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
295 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
337 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
416 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F()
439 DominatorTree::iterator node_it = dom_tree.GetDomTree().begin(); in TEST_F()
440 DominatorTree::iterator node_end = dom_tree.GetDomTree().end(); in TEST_F()
450 DominatorTree::const_iterator node_it = dom_tree.GetDomTree().cbegin(); in TEST_F()
451 DominatorTree::const_iterator node_end = dom_tree.GetDomTree().cend(); in TEST_F()
461 DominatorTree::post_iterator node_it = dom_tree.GetDomTree().post_begin(); in TEST_F()
[all …]
Dsimple.cpp153 DominatorTree& tree = analysis->GetDomTree(); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_analysis.h97 inline DominatorTree& GetDomTree() { return tree_; } in GetDomTree() function
98 inline const DominatorTree& GetDomTree() const { return tree_; } in GetDomTree() function
Dredundancy_elimination.cpp30 context()->GetDominatorAnalysis(&func)->GetDomTree(); in Process()
Dlicm_pass.cpp104 DominatorTree& dom_tree = dom_analysis->GetDomTree(); in AnalyseAndHoistFromBB()
Ddead_branch_elim_pass.cpp443 for (auto iter = dominators->GetDomTree().begin(); in FixBlockOrder()
444 iter != dominators->GetDomTree().end(); ++iter) { in FixBlockOrder()
Dloop_unswitch_pass.cpp153 &context_->GetDominatorAnalysis(function_)->GetDomTree(); in PerformUnswitch()
570 context_->GetPostDominatorAnalysis(function_)->GetDomTree()); in IsConditionNonConstantLoopInvariant()
Dloop_utils.cpp280 context->GetDominatorAnalysis(function)->GetDomTree(); in MakeSetClosedSSA()
443 context_->GetDominatorAnalysis(function)->GetDomTree(); in MakeLoopClosedSSA()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_analysis.h97 inline DominatorTree& GetDomTree() { return tree_; } in GetDomTree() function
98 inline const DominatorTree& GetDomTree() const { return tree_; } in GetDomTree() function
Dredundancy_elimination.cpp30 context()->GetDominatorAnalysis(&func)->GetDomTree(); in Process()
Dlicm_pass.cpp104 DominatorTree& dom_tree = dom_analysis->GetDomTree(); in AnalyseAndHoistFromBB()
Ddead_branch_elim_pass.cpp443 for (auto iter = dominators->GetDomTree().begin(); in FixBlockOrder()
444 iter != dominators->GetDomTree().end(); ++iter) { in FixBlockOrder()
Dloop_unswitch_pass.cpp153 &context_->GetDominatorAnalysis(function_)->GetDomTree(); in PerformUnswitch()
570 context_->GetPostDominatorAnalysis(function_)->GetDomTree()); in IsConditionNonConstantLoopInvariant()
Dloop_utils.cpp280 context->GetDominatorAnalysis(function)->GetDomTree(); in MakeSetClosedSSA()
443 context_->GetDominatorAnalysis(function)->GetDomTree(); in MakeLoopClosedSSA()
/external/angle/third_party/spirv-tools/src/source/opt/
Ddominator_analysis.h97 inline DominatorTree& GetDomTree() { return tree_; } in GetDomTree() function
98 inline const DominatorTree& GetDomTree() const { return tree_; } in GetDomTree() function
Dredundancy_elimination.cpp30 context()->GetDominatorAnalysis(&func)->GetDomTree(); in Process()
Dlicm_pass.cpp104 DominatorTree& dom_tree = dom_analysis->GetDomTree(); in AnalyseAndHoistFromBB()
Ddead_branch_elim_pass.cpp443 for (auto iter = dominators->GetDomTree().begin(); in FixBlockOrder()
444 iter != dominators->GetDomTree().end(); ++iter) { in FixBlockOrder()
Dloop_unswitch_pass.cpp153 &context_->GetDominatorAnalysis(function_)->GetDomTree(); in PerformUnswitch()
570 context_->GetPostDominatorAnalysis(function_)->GetDomTree()); in IsConditionNonConstantLoopInvariant()
Dloop_utils.cpp280 context->GetDominatorAnalysis(function)->GetDomTree(); in MakeSetClosedSSA()
443 context_->GetDominatorAnalysis(function)->GetDomTree(); in MakeLoopClosedSSA()
Dloop_descriptor.cpp225 DominatorTree& dom_tree = dom_analysis->GetDomTree(); in FindLoopPreheader()
510 DominatorTree& dom_tree = dom_analysis->GetDomTree(); in PopulateList()

12