Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp112 loop_1_->GetHeaderBlock()->GetParent()) { in AreCompatible()
117 if (!loop_0_->GetPreHeaderBlock() || !loop_1_->GetPreHeaderBlock()) { in AreCompatible()
123 context_->cfg()->preds(loop_1_->GetMergeBlock()->id()).size() != 1) { in AreCompatible()
129 context_->cfg()->preds(loop_1_->GetContinueBlock()->id()).size() != 1) { in AreCompatible()
145 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()
146 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()
170 auto pre_header_1 = loop_1_->GetPreHeaderBlock(); in AreCompatible()
175 if (loop_0_->GetMergeBlock() != loop_1_->GetPreHeaderBlock()) { in AreCompatible()
256 if (!loop_1_->GetInductionInitValue(induction_1_, &loop_1_init)) { in CheckInit()
269 auto condition_1 = loop_1_->GetConditionInst(); in CheckCondition()
[all …]
Dloop_fusion.h36 loop_1_(loop_1), in LoopFusion()
101 Loop* loop_1_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp112 loop_1_->GetHeaderBlock()->GetParent()) { in AreCompatible()
117 if (!loop_0_->GetPreHeaderBlock() || !loop_1_->GetPreHeaderBlock()) { in AreCompatible()
123 context_->cfg()->preds(loop_1_->GetMergeBlock()->id()).size() != 1) { in AreCompatible()
129 context_->cfg()->preds(loop_1_->GetContinueBlock()->id()).size() != 1) { in AreCompatible()
145 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()
146 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()
170 auto pre_header_1 = loop_1_->GetPreHeaderBlock(); in AreCompatible()
175 if (loop_0_->GetMergeBlock() != loop_1_->GetPreHeaderBlock()) { in AreCompatible()
256 if (!loop_1_->GetInductionInitValue(induction_1_, &loop_1_init)) { in CheckInit()
269 auto condition_1 = loop_1_->GetConditionInst(); in CheckCondition()
[all …]
Dloop_fusion.h36 loop_1_(loop_1), in LoopFusion()
101 Loop* loop_1_; variable