Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
RegUsageInfoCollector.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ip-regalloc"

Functions

 STATISTIC (NumCSROpt, "Number of functions optimized for callee saved registers")
 INITIALIZE_PASS_BEGIN (RegUsageInfoCollectorLegacy, "RegUsageInfoCollector", "Register Usage Information Collector", false, false) INITIALIZE_PASS_END(RegUsageInfoCollectorLegacy
static bool isCallableFunction (const MachineFunction &MF)

Variables

 RegUsageInfoCollector
Register Usage Information Collector
Register Usage Information false

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ip-regalloc"

Definition at line 34 of file RegUsageInfoCollector.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( RegUsageInfoCollectorLegacy ,
"RegUsageInfoCollector" ,
"Register Usage Information Collector" ,
false ,
false  )

◆ isCallableFunction()

◆ STATISTIC()

STATISTIC ( NumCSROpt ,
"Number of functions optimized for callee saved registers"  )

Variable Documentation

◆ Collector

◆ false

Register Usage Information false

Definition at line 80 of file RegUsageInfoCollector.cpp.

◆ RegUsageInfoCollector

RegUsageInfoCollector

Definition at line 79 of file RegUsageInfoCollector.cpp.

Referenced by llvm::RegUsageInfoCollectorPass::run().