LLVM  8.0.1
Macros | Functions
Localizer.cpp File Reference

This file implements the Localizer class. More...

#include "llvm/CodeGen/GlobalISel/Localizer.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
Include dependency graph for Localizer.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "localizer"
 

Functions

 INITIALIZE_PASS (Localizer, DEBUG_TYPE, "Move/duplicate certain instructions close to their use", false, false) Localizer
 

Detailed Description

This file implements the Localizer class.

Definition in file Localizer.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "localizer"

Definition at line 19 of file Localizer.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( Localizer  ,
DEBUG_TYPE  ,
"Move/duplicate certain instructions close to their use ,
false  ,
false   
)