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

Method jumpCondFrom

ir/state.cpp:681–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681const OrExpr* State::jumpCondFrom(const BasicBlock &bb) const {
682 auto &pres = predecessor_data.at(current_bb);
683 auto I = pres.find(&bb);
684 return I == pres.end() ? nullptr : &I->second.path;
685}
686
687bool State::isUndef(const expr &e) const {
688 expr v;

Callers 1

toSMTMethod · 0.80

Calls 3

atMethod · 0.80
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected