Home
last modified time | relevance | path

Searched refs:BlockRange (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local
267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.h24 BlockRange blocks,
110 BlockRange fBlockRange;
DParagraphImpl.h134 SkSpan<Block> blocks(BlockRange blockRange);
159 BlockRange findAllBlocks(TextRange textRange);
DParagraphImpl.cpp491 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
840 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
DRun.h36 typedef SkRange<size_t> BlockRange; typedef
DTextLine.cpp36 BlockRange blocks, in TextLine()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h315 typedef SkRange<size_t> BlockRange; typedef
322 BlockRange blocksBefore, TextRange textBefore) in Placeholder()
332 BlockRange fBlocksBefore;
/third_party/skia/modules/skparagraph/src/
DTextLine.h50 BlockRange blocks,
137 BlockRange fBlockRange;
DParagraphImpl.h179 SkSpan<Block> blocks(BlockRange blockRange);
215 BlockRange findAllBlocks(TextRange textRange);
DParagraphBuilderImpl.cpp125 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
DParagraphImpl.cpp615 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
837 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
DOneLineShaper.cpp450BlockRange blockRange(std::max(block.fRange.start, textRange.start), std::min(block.fRange.end, te… in iterateThroughFontStyles()
DTextLine.cpp84 BlockRange blocks, in TextLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3446 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local
3447 BlockInstRange.insert({B, BlockRange}); in runGVN()
3448 ICount += BlockRange.second - BlockRange.first; in runGVN()