Go to the source code of this file.
◆ DEBUG_TYPE
      
        
          | #define DEBUG_TYPE   "packets" | 
        
      
 
 
◆ InstrCount
Definition at line 51 of file DFAPacketizer.cpp.
Referenced by llvm::SystemZTTIImpl::adjustInliningThreshold(), countMBBInstruction(), llvm::MachineFunction::getInstructionCount(), llvm::MachineTraceMetrics::getResources(), llvm::PMDataManager::initSizeRemarkInfo(), llvm::VLIWPacketizerList::PacketizeMIs(), llvm::FPPassManager::runOnFunction(), llvm::LPPassManager::runOnFunction(), llvm::SchedDFSResult::SchedDFSImpl, llvm::TailDuplicator::shouldTailDuplicate(), and llvm::SchedDFSImpl::visitPostorderNode().
 
 
◆ InstrLimit
  
  
      
        
          | cl::opt< unsigned > InstrLimit("dfa-instr-limit", cl::Hidden, cl::init(0), cl::desc("If present, stops packetizing after N instructions"))  | 
          ( | 
          "dfa-instr-limit" |           ,  | 
         
        
           | 
           | 
          cl::Hidden |           ,  | 
         
        
           | 
           | 
          cl::init(0) |           ,  | 
         
        
           | 
           | 
          cl::desc("If present, stops packetizing after N instructions") |            ) | 
         
       
   | 
  
static   |