Searched refs:fEntrances (Results 1 – 3 of 3) sorted by relevance
114 std::set<BlockId> fEntrances; member
48 if (from == 0 || fBlocks[from].fEntrances.size()) { in addExit()50 fBlocks[to].fEntrances.insert(from); in addExit()65 for (BlockId b : fBlocks[i].fEntrances) { in dump()
1149 if (i != cfg.fStart && !cfg.fBlocks[i].fEntrances.size() && in scanCFG()1249 if (cfg.fBlocks[cfg.fExit].fEntrances.size()) { in scanCFG()