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

Method sources

ir/instr.cpp:3093–3099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3091}
3092
3093vector<string> Phi::sources() const {
3094 vector<string> s;
3095 for (auto &[_, bb] : values) {
3096 s.emplace_back(bb);
3097 }
3098 return s;
3099}
3100
3101void Phi::replaceSourceWith(const string &from, const string &to) {
3102 for (auto &[_, bb] : values) {

Callers 2

function.cppFile · 0.80
unrollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected