Searched refs:IfElseInstruction (Results 1 – 3 of 3) sorted by relevance
39 class IfElseInstruction : public CFInstruction {41 IfElseInstruction(instr_type type);45 class IfInstruction : public IfElseInstruction {60 class ElseInstruction : public IfElseInstruction {72 IfElseInstruction *m_jump_src;75 class IfElseEndInstruction : public IfElseInstruction {
37 IfElseInstruction::IfElseInstruction(instr_type type): in IfElseInstruction() function in r600::IfElseInstruction44 IfElseInstruction(cond_if), in IfInstruction()71 IfElseInstruction(cond_else), in ElseInstruction()96 IfElseInstruction(cond_endif) in IfElseEndInstruction()
197 std::map<int, IfElseInstruction *> m_if_block_start_map;213 IfElseInstruction *m_pending_else;