Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp248 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local
249 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
/external/skia/modules/skparagraph/include/
DTextStyle.h299 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/
DSafeStackColoring.cpp266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local
267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
/external/skia/modules/skparagraph/src/
DTextLine.h35 BlockRange blocks,
119 BlockRange fBlockRange;
DParagraphImpl.h168 SkSpan<Block> blocks(BlockRange blockRange);
198 BlockRange findAllBlocks(TextRange textRange);
DParagraphBuilderImpl.cpp92 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
DParagraphImpl.cpp489 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
1070 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in blocks()
DOneLineShaper.cpp364BlockRange blockRange(std::max(block.fRange.start, textRange.start), std::min(block.fRange.end, te… in iterateThroughFontStyles()
DTextLine.cpp55 BlockRange blocks, in TextLine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3473 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local
3474 BlockInstRange.insert({B, BlockRange}); in runGVN()
3475 ICount += BlockRange.second - BlockRange.first; in runGVN()