MCPcopy Create free account
hub / github.com/argotorg/solidity / functionCallReturnLabel

Method functionCallReturnLabel

libyul/backends/evm/ssa/Stack.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 ControlFlowGraphs::FunctionGraphID functionReturnLabel() const { yulAssert(isFunctionReturnLabel()); return m_payload; }
100 CallSites::CallSiteID functionCallReturnLabel() const { yulAssert(isFunctionCallReturnLabel()); return m_payload; }
101 SSACFG::ValueId valueID() const { yulAssert(isValueID()); return {m_payload, m_valueIdKind}; }
102
103 static constexpr StackSlot makeJunk() { return {0, Kind::Junk}; }

Callers 3

slotToStringFunction · 0.80
operator()Method · 0.80
pushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected