Go to the source code of this file.
◆ DEBUG_TYPE
      
        
          | #define DEBUG_TYPE   "msp430-branch-select" | 
      
 
 
◆ isInRage()
  
  | 
        
          | bool isInRage | ( | int | DistanceInBytes | ) |  |  | static | 
 
 
◆ STATISTIC() [1/2]
      
        
          | STATISTIC | ( | NumExpanded | , | 
        
          |  |  | "Number of branches expanded to long format" | ) | 
      
 
 
◆ STATISTIC() [2/2]
      
        
          | STATISTIC | ( | NumSplit | , | 
        
          |  |  | "Number of machine basic blocks split" | ) | 
      
 
 
◆ BranchSelectEnabled
  
  | 
        
          | cl::opt< bool > BranchSelectEnabled("msp430-branch-select", cl::Hidden, cl::init(true), cl::desc("Expand out of range branches")) | ( | "msp430-branch-select" | , |  
          |  |  | cl::Hidden | , |  
          |  |  | cl::init(true) | , |  
          |  |  | cl::desc("Expand out of range branches") | ) |  | static |