Searched refs:next_instruction (Results 1 – 10 of 10) sorted by relevance
112 for (Instruction *next_instruction, in Process() local114 inst; inst = next_instruction) { in Process()115 next_instruction = inst->NextNode(); in Process()
269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local271 inst = next_instruction; in WhileEachInst()321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local324 inst = next_instruction; in WhileEachPhiInst()
90 Instruction* next_instruction = di->NextNode(); in WhileEachInst() local92 di = next_instruction; in WhileEachInst()
191 Instruction* next_instruction = nullptr; in KillInst() local193 next_instruction = inst->NextNode(); in KillInst()201 return next_instruction; in KillInst()
184 Instruction* next_instruction = nullptr; in KillInst() local186 next_instruction = inst->NextNode(); in KillInst()194 return next_instruction; in KillInst()