Searched refs:loop_1_ (Results 1 – 6 of 6) sorted by relevance
112 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 …]
36 loop_1_(loop_1), in LoopFusion()101 Loop* loop_1_; variable
111 loop_1_->GetHeaderBlock()->GetParent()) { in AreCompatible()116 if (!loop_0_->GetPreHeaderBlock() || !loop_1_->GetPreHeaderBlock()) { in AreCompatible()122 context_->cfg()->preds(loop_1_->GetMergeBlock()->id()).size() != 1) { in AreCompatible()128 context_->cfg()->preds(loop_1_->GetContinueBlock()->id()).size() != 1) { in AreCompatible()144 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()145 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()169 auto pre_header_1 = loop_1_->GetPreHeaderBlock(); in AreCompatible()174 if (loop_0_->GetMergeBlock() != loop_1_->GetPreHeaderBlock()) { in AreCompatible()258 if (!loop_1_->GetInductionInitValue(induction_1_, &loop_1_init)) { in CheckInit()271 auto condition_1 = loop_1_->GetConditionInst(); in CheckCondition()[all …]