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/ |
D | SafeStackColoring.cpp | 266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.h | 24 BlockRange blocks, 110 BlockRange fBlockRange;
|
D | ParagraphImpl.h | 134 SkSpan<Block> blocks(BlockRange blockRange); 159 BlockRange findAllBlocks(TextRange textRange);
|
D | ParagraphImpl.cpp | 491 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 840 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
|
D | Run.h | 36 typedef SkRange<size_t> BlockRange; typedef
|
D | TextLine.cpp | 36 BlockRange blocks, in TextLine()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 315 typedef SkRange<size_t> BlockRange; typedef 322 BlockRange blocksBefore, TextRange textBefore) in Placeholder() 332 BlockRange fBlocksBefore;
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.h | 50 BlockRange blocks, 137 BlockRange fBlockRange;
|
D | ParagraphImpl.h | 179 SkSpan<Block> blocks(BlockRange blockRange); 215 BlockRange findAllBlocks(TextRange textRange);
|
D | ParagraphBuilderImpl.cpp | 125 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
|
D | ParagraphImpl.cpp | 615 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 837 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
|
D | OneLineShaper.cpp | 450 …BlockRange blockRange(std::max(block.fRange.start, textRange.start), std::min(block.fRange.end, te… in iterateThroughFontStyles()
|
D | TextLine.cpp | 84 BlockRange blocks, in TextLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 3446 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local 3447 BlockInstRange.insert({B, BlockRange}); in runGVN() 3448 ICount += BlockRange.second - BlockRange.first; in runGVN()
|