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

Method CVPLatticeVal

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

Source from the content-addressed store, hash-verified

78 };
79
80 CVPLatticeVal() : LatticeState(Undefined) {}
81 CVPLatticeVal(CVPLatticeStateTy LatticeState) : LatticeState(LatticeState) {}
82 CVPLatticeVal(std::vector<Function *> &&Functions)
83 : LatticeState(FunctionSet), Functions(std::move(Functions)) {

Callers

nothing calls this directly

Calls 3

CompareClass · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected