Home
last modified time | relevance | path

Searched refs:tailIsWholeBlock (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h109 bool tailIsWholeBlock() const { in tailIsWholeBlock() function
DBranchFolding.cpp977 SameTails[1].tailIsWholeBlock()) in TryTailMergeBlocks()
982 SameTails[0].tailIsWholeBlock()) in TryTailMergeBlocks()
989 if (MBB == EntryBB && SameTails[i].tailIsWholeBlock()) in TryTailMergeBlocks()
995 if (SameTails[i].tailIsWholeBlock()) in TryTailMergeBlocks()
1002 !SameTails[commonTailIndex].tailIsWholeBlock())) { in TryTailMergeBlocks()