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()
922 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local924 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()925 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()