Home | History | Annotate | Download | only in sksl

Lines Matching defs:BlockId

20 typedef size_t BlockId;
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;