Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/MSF/
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 DirectoryBlocks.insert(DirectoryBlocks.end(), ExtraBlocks.begin(), in generateLayout()
272 ExtraBlocks.end()); in generateLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
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 DirectoryBlocks.insert(DirectoryBlocks.end(), ExtraBlocks.begin(), in generateLayout()
272 ExtraBlocks.end()); in generateLayout()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp705 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
707 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
708 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp819 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
821 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
822 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()
/external/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp837 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
839 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
840 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()