Searched defs:LoopUnrollState (Results 1 – 3 of 3) sorted by relevance
80 struct LoopUnrollState { struct81 LoopUnrollState() in LoopUnrollState() argument91 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() function104 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 …]
80 struct LoopUnrollState { struct81 LoopUnrollState() in LoopUnrollState() function91 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() argument104 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 …]