MCPcopy Create free account
hub / github.com/Samsung/UTopia / isFunctionSet

Method isFunctionSet

lib/indcallsolver/CustomCVPPass.cpp:93–93  ·  view source on GitHub ↗

Returns true if the lattice value is in the FunctionSet state.

Source from the content-addressed store, hash-verified

91
92 /// Returns true if the lattice value is in the FunctionSet state.
93 bool isFunctionSet() const { return LatticeState == FunctionSet; }
94
95 bool operator==(const CVPLatticeVal &RHS) const {
96 return LatticeState == RHS.LatticeState && Functions == RHS.Functions;

Callers 1

runCVPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected