Home
last modified time | relevance | path

Searched refs:inductions_1 (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp135 std::vector<Instruction*> inductions_0{}, inductions_1{}; in AreCompatible() local
145 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()
146 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()
148 if (inductions_1.size() != 1) { in AreCompatible()
152 induction_1_ = inductions_1.front(); in AreCompatible()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp135 std::vector<Instruction*> inductions_0{}, inductions_1{}; in AreCompatible() local
145 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()
146 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()
148 if (inductions_1.size() != 1) { in AreCompatible()
152 induction_1_ = inductions_1.front(); in AreCompatible()