Searched refs:IfElseInstruction (Results 1 – 3 of 3) sorted by relevance
39 class IfElseInstruction : public CFInstruction {41 IfElseInstruction(instr_type type);44 class IfInstruction : public IfElseInstruction {55 class ElseInstruction : public IfElseInstruction {63 IfElseInstruction *m_jump_src;66 class IfElseEndInstruction : public IfElseInstruction {
37 IfElseInstruction::IfElseInstruction(instr_type type): in IfElseInstruction() function in r600::IfElseInstruction44 IfElseInstruction(cond_if), in IfInstruction()70 IfElseInstruction(cond_else), in ElseInstruction()95 IfElseInstruction(cond_endif) in IfElseEndInstruction()
201 std::map<int, IfElseInstruction *> m_if_block_start_map;217 IfElseInstruction *m_pending_else;