Lines Matching defs:gate
20 GateRef EscapeAnalysisEditor::VisitFinishAllocate(GateRef gate)
22 GateRef depend = acc_.GetDep(gate);
23 if (acc_.GetOpCode(gate) == OpCode::START_ALLOCATE) {
24 visitor_->RelaxStateAndDepend(gate);
30 GateRef EscapeAnalysisEditor::VisitGate(GateRef gate)
32 GateRef replacement = result_->TryGetReplacement(gate);
35 visitor_->RelaxStateAndDepend(gate);
39 LOG_COMPILER(INFO) << "[escape analysis editor] replace " << acc_.GetId(gate) <<
44 auto opcode = acc_.GetOpCode(gate);
47 return VisitFinishAllocate(gate);