Lines Matching refs:ChunkVector
158 ChunkVector<BytecodeRegion *> preds; // List of predessesor blocks
159 ChunkVector<BytecodeRegion *> succs; // List of successors blocks
160 ChunkVector<BytecodeRegion *> trys; // List of trys blocks
161 ChunkVector<BytecodeRegion *> catches; // List of catches blocks
167 ChunkVector<std::tuple<size_t, size_t, bool>> expandedPreds;
194 void EraseThisBlock(ChunkVector<BytecodeRegion *> &blocks)
213 using BytecodeGraph = ChunkVector<BytecodeRegion*>;
536 ChunkVector<GateRef>& GetLoopHeaderGates()
672 void ClearUnreachableRegion(ChunkVector<BytecodeRegion*>& pendingList);
717 ChunkVector<GateRef> loopHeaderGates_;