Searched refs:ExtraBlocks (Results 1 – 2 of 2) sorted by relevance
266 std::vector<uint32_t> ExtraBlocks; in generateLayout() local268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout()269 if (auto EC = allocateBlocks(NumExtraBlocks, ExtraBlocks)) in generateLayout()271 llvm::append_range(DirectoryBlocks, ExtraBlocks); in generateLayout()
894 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local896 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()897 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()