Skip to content
  • Jakob Stoklund Olesen's avatar
    Add SplitAnalysis::getNumLiveBlocks(). · 5cc91b26
    Jakob Stoklund Olesen authored
    It is important that this function returns the same number of live blocks as
    countLiveBlocks(CurLI) because live range splitting uses the number of live
    blocks to ensure it is making progress.
    
    This is in preparation of supporting duplicate UseBlock entries for basic blocks
    that have a virtual register live-in and live-out, but not live-though.
    
    llvm-svn: 132244
    5cc91b26
Loading