Searched refs:BlockList (Results 1 – 2 of 2) sorted by relevance
79 SmallVector<BBInfo*, 100> BlockList; in GetValue() local80 BBInfo *PseudoEntry = BuildBlockList(BB, &BlockList); in GetValue()83 if (BlockList.size() == 0) { in GetValue()89 FindDominators(&BlockList, PseudoEntry); in GetValue()90 FindPHIPlacement(&BlockList); in GetValue()91 FindAvailableVals(&BlockList); in GetValue()100 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList() argument170 BlockList->push_back(Info); in BuildBlockList()226 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators() argument231 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators()[all …]
946 final BlockList blocks = new BlockList (blockCount); in visit()1397 private static final class BlockList class in InstrVisitor1399 BlockList () in BlockList() method in InstrVisitor.BlockList1404 BlockList (final int capacity) in BlockList() method in InstrVisitor.BlockList1465 EmitCtx (final BlockList blocks, final ByteArrayOStream out) in EmitCtx()1473 final BlockList m_blocks;