Lines Matching refs:ContentBlocks
34 Seg.ContentBlocks.push_back(B); in BasicLayout()
53 llvm::sort(Seg.ContentBlocks, CompareBlocks); in BasicLayout()
56 for (auto *B : Seg.ContentBlocks) { in BasicLayout()
105 assert(!(Seg.ContentBlocks.empty() && Seg.ZeroFillBlocks.empty()) && in apply()
108 for (auto *B : Seg.ContentBlocks) { in apply()
134 Seg.ContentBlocks.clear(); in apply()
159 AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
179 ContentBlocks[AG] = &B; in Create()
187 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()
194 std::move(ContentBlocks), in Create()
217 auto I = ContentBlocks.find(AG); in getSegInfo()
218 if (I != ContentBlocks.end()) { in getSegInfo()
226 std::unique_ptr<LinkGraph> G, AllocGroupSmallMap<Block *> ContentBlocks, in SimpleSegmentAlloc() argument
228 : G(std::move(G)), ContentBlocks(std::move(ContentBlocks)), in SimpleSegmentAlloc()