MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / begin

Method begin

ir/function.h:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 };
254
255 edge_iterator begin() const {
256 return { f.getBBs().begin(), f.getBBs().end() };
257 }
258 edge_iterator end() const { return { f.getBBs().end(), f.getBBs().end() }; }
259
260 void printDot(std::ostream &os) const;

Callers 15

mainFunction · 0.45
instantiate_undefFunction · 0.45
preprocessFunction · 0.45
check_refinementFunction · 0.45
get_base_ptrFunction · 0.45
may_be_nonlocalFunction · 0.45
mergeMethod · 0.45
verifyMethod · 0.45
preprocessMethod · 0.45
execFunction · 0.45
intersect_setFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected