Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addExitBlock
Method
addExitBlock
ir/function.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void BasicBlock::addExitBlock(BasicBlock* bb) {
77
exit_blocks.emplace(bb);
78
}
79
80
vector<Phi*> BasicBlock::phis() const {
81
vector<Phi*> phis;
Callers
1
unroll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected