Home
last modified time | relevance | path

Searched refs:loop_0_ (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp111 if (loop_0_->GetHeaderBlock()->GetParent() != in AreCompatible()
117 if (!loop_0_->GetPreHeaderBlock() || !loop_1_->GetPreHeaderBlock()) { in AreCompatible()
122 if (context_->cfg()->preds(loop_0_->GetMergeBlock()->id()).size() != 1 || in AreCompatible()
128 if (context_->cfg()->preds(loop_0_->GetContinueBlock()->id()).size() != 1 || in AreCompatible()
136 loop_0_->GetInductionVariables(inductions_0); in AreCompatible()
137 RemoveIfNotUsedContinueOrConditionBlock(&inductions_0, loop_0_); in AreCompatible()
175 if (loop_0_->GetMergeBlock() != loop_1_->GetPreHeaderBlock()) { in AreCompatible()
180 if (block == loop_0_->GetMergeBlock()) { in AreCompatible()
251 if (!loop_0_->GetInductionInitValue(induction_0_, &loop_0_init)) { in CheckInit()
268 auto condition_0 = loop_0_->GetConditionInst(); in CheckCondition()
[all …]
Dloop_fusion.h35 loop_0_(loop_0), in LoopFusion()
100 Loop* loop_0_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp111 if (loop_0_->GetHeaderBlock()->GetParent() != in AreCompatible()
117 if (!loop_0_->GetPreHeaderBlock() || !loop_1_->GetPreHeaderBlock()) { in AreCompatible()
122 if (context_->cfg()->preds(loop_0_->GetMergeBlock()->id()).size() != 1 || in AreCompatible()
128 if (context_->cfg()->preds(loop_0_->GetContinueBlock()->id()).size() != 1 || in AreCompatible()
136 loop_0_->GetInductionVariables(inductions_0); in AreCompatible()
137 RemoveIfNotUsedContinueOrConditionBlock(&inductions_0, loop_0_); in AreCompatible()
175 if (loop_0_->GetMergeBlock() != loop_1_->GetPreHeaderBlock()) { in AreCompatible()
180 if (block == loop_0_->GetMergeBlock()) { in AreCompatible()
251 if (!loop_0_->GetInductionInitValue(induction_0_, &loop_0_init)) { in CheckInit()
268 auto condition_0 = loop_0_->GetConditionInst(); in CheckCondition()
[all …]
Dloop_fusion.h35 loop_0_(loop_0), in LoopFusion()
100 Loop* loop_0_; variable