Searched defs:GotoInstruction (Results 1 – 1 of 1) sorted by relevance
668 struct GotoInstruction : InstructionBase { struct675 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument680 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction); argument