Searched refs:BlockRange (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 248 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 249 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 299 typedef SkRange<size_t> BlockRange; typedef 307 BlockRange blocksBefore, TextRange textBefore) in Placeholder() 324 BlockRange fBlocksBefore;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/external/skia/modules/skparagraph/src/ |
D | TextLine.h | 35 BlockRange blocks, 119 BlockRange fBlockRange;
|
D | ParagraphImpl.h | 168 SkSpan<Block> blocks(BlockRange blockRange); 198 BlockRange findAllBlocks(TextRange textRange);
|
D | ParagraphBuilderImpl.cpp | 92 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
|
D | ParagraphImpl.cpp | 489 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 1070 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
|
D | OneLineShaper.cpp | 364 …BlockRange blockRange(std::max(block.fRange.start, textRange.start), std::min(block.fRange.end, te… in iterateThroughFontStyles()
|
D | TextLine.cpp | 55 BlockRange blocks, in TextLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 3473 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local 3474 BlockInstRange.insert({B, BlockRange}); in runGVN() 3475 ICount += BlockRange.second - BlockRange.first; in runGVN()
|