Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp266 std::vector<uint32_t> ExtraBlocks; in generateLayout() local
268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout()
269 if (auto EC = allocateBlocks(NumExtraBlocks, ExtraBlocks)) in generateLayout()
271 llvm::append_range(DirectoryBlocks, ExtraBlocks); in generateLayout()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp888 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
890 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
891 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()