Searched refs:fEntrances (Results 1 – 6 of 6) sorted by relevance
114 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()
1054 if (i != cfg.fStart && !cfg.fBlocks[i].fEntrances.size() && in scanCFG()1154 if (cfg.fBlocks[cfg.fExit].fEntrances.size()) { in scanCFG()