Searched refs:ExtraBlocks (Results 1 – 2 of 2) sorted by relevance
269 std::vector<uint32_t> ExtraBlocks; in generateLayout() local271 ExtraBlocks.resize(NumExtraBlocks); in generateLayout()272 if (auto EC = allocateBlocks(NumExtraBlocks, ExtraBlocks)) in generateLayout()274 llvm::append_range(DirectoryBlocks, ExtraBlocks); in generateLayout()
975 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local977 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()978 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()