Lines Matching refs:DeleteGate
513 DeleteGate(gate); in DeleteGateIfNoUse()
763 auto next = DeleteGate(useIt); in ReplaceHirIfSuccess()
826 DeleteGate(ifException); in ReplaceHirWithIfBranch()
830 DeleteGate(hirGate); in ReplaceHirWithIfBranch()
851 DeleteGate(hirGate); in ReplaceHirDirectly()
890 DeleteGate(hirGate); in ReplaceHirAndDeleteIfException()
901 UseIterator GateAccessor::DeleteGate(const UseIterator &useIt) in DeleteGate() function in panda::ecmascript::kungfu::GateAccessor
905 circuit_->DeleteGate(*useIt); in DeleteGate()
984 void GateAccessor::DeleteGate(GateRef gate) in DeleteGate() function in panda::ecmascript::kungfu::GateAccessor
986 circuit_->DeleteGate(gate); in DeleteGate()
1131 DeleteGate(gate); in ReplaceGate()