Searched refs:fEntrances (Results 1 – 3 of 3) sorted by relevance
43 std::set<BlockId> fEntrances; member
47 if (from == 0 || fBlocks[from].fEntrances.size()) { in addExit()49 fBlocks[to].fEntrances.insert(from); in addExit()64 for (BlockId b : fBlocks[i].fEntrances) { in dump()
343 if (i != cfg.fStart && !cfg.fBlocks[i].fEntrances.size() && in scanCFG()391 if (cfg.fBlocks[cfg.fExit].fEntrances.size()) { in scanCFG()