Lines Matching refs:BlockId
20 typedef size_t BlockId; typedef
114 std::set<BlockId> fEntrances;
115 std::set<BlockId> fExits;
121 BlockId fStart;
122 BlockId fExit;
128 BlockId fCurrent;
133 BlockId newBlock();
136 BlockId newIsolatedBlock();
143 void addExit(BlockId from, BlockId to);
164 std::stack<BlockId> fLoopContinues;
165 std::stack<BlockId> fLoopExits;