Searched refs:ExtraBlocks (Results 1 – 2 of 2) sorted by relevance
267 std::vector<uint32_t> ExtraBlocks; in generateLayout() local269 ExtraBlocks.resize(NumExtraBlocks); in generateLayout()270 if (auto EC = allocateBlocks(NumExtraBlocks, ExtraBlocks)) in generateLayout()272 DirectoryBlocks.insert(DirectoryBlocks.end(), ExtraBlocks.begin(), in generateLayout()273 ExtraBlocks.end()); in generateLayout()
713 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local715 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()716 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()