Searched defs:LoopUnrollState (Results 1 – 3 of 3) sorted by relevance
81 struct LoopUnrollState { struct82 LoopUnrollState() in LoopUnrollState() argument92 LoopUnrollState(Instruction* induction, BasicBlock* latch_block, in LoopUnrollState() function105 void NextIterationState() { in NextIterationState()125 Instruction* previous_phi_;128 std::vector<Instruction*> previous_phis_;130 std::vector<Instruction*> new_phis_;134 BasicBlock* previous_latch_block_;137 BasicBlock* previous_condition_block_;140 Instruction* new_phi;[all …]
80 struct LoopUnrollState { struct81 LoopUnrollState() in LoopUnrollState() argument91 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 …]