Home
last modified time | relevance | path

Searched refs:ExtraBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp267 std::vector<uint32_t> ExtraBlocks; in generateLayout() local
269 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()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp713 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
715 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
716 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()