Searched refs:GotoInstruction (Results 1 – 5 of 5) sorted by relevance
85 Emit(GotoInstruction{block}); in Goto()95 Emit(GotoInstruction{block}); in Goto()190 if (!instruction.Is<GotoInstruction>()) break; in OptimizeCfg()191 Block* destination = instruction.Cast<GotoInstruction>().destination; in OptimizeCfg()
50 V(GotoInstruction) \668 struct GotoInstruction : InstructionBase { struct675 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument680 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction); argument
30 EmitInstruction(GotoInstruction{cfg_.start()}, ¶meters); in EmitGraph()316 void CCGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()
631 void GotoInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()636 void GotoInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()641 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction) { in operator <<()
41 EmitInstruction(GotoInstruction{cfg_.start()}, ¶meters); in EmitGraph()812 void CSAGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()