Home
last modified time | relevance | path

Searched defs:LoopUnrollState (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_unroller.cpp80 struct LoopUnrollState { struct
81 LoopUnrollState() in LoopUnrollState() argument
91 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() function
104 void NextIterationState() { in NextIterationState()
124 Instruction* previous_phi_;
127 std::vector<Instruction*> previous_phis_;
129 std::vector<Instruction*> new_phis_;
133 BasicBlock* previous_latch_block_;
136 BasicBlock* previous_condition_block_;
139 Instruction* new_phi;
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unroller.cpp80 struct LoopUnrollState { struct
81 LoopUnrollState() in LoopUnrollState() function
91 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() argument
104 void NextIterationState() { in NextIterationState()
124 Instruction* previous_phi_;
127 std::vector<Instruction*> previous_phis_;
129 std::vector<Instruction*> new_phis_;
133 BasicBlock* previous_latch_block_;
136 BasicBlock* previous_condition_block_;
139 Instruction* new_phi;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unroller.cpp80 struct LoopUnrollState { struct
81 LoopUnrollState() in LoopUnrollState() argument
91 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() function
104 void NextIterationState() { in NextIterationState()
124 Instruction* previous_phi_;
127 std::vector<Instruction*> previous_phis_;
129 std::vector<Instruction*> new_phis_;
133 BasicBlock* previous_latch_block_;
136 BasicBlock* previous_condition_block_;
139 Instruction* new_phi;
[all …]