Searched defs:LoopUnrollState (Results 1 – 3 of 3) sorted by relevance
81 struct LoopUnrollState { struct82 LoopUnrollState() in LoopUnrollState() function92 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 …]
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 …]