LLVM 19.0.0git
Macros | Functions
PPCBoolRetToInt.cpp File Reference
#include "PPC.h"
#include "PPCTargetMachine.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/OperandTraits.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Use.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/Support/Casting.h"
#include <cassert>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ppc-bool-ret-to-int"
 

Functions

 INITIALIZE_PASS (PPCBoolRetToInt, "ppc-bool-ret-to-int", "Convert i1 constants to i32/i64 if they are returned", false, false) FunctionPass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ppc-bool-ret-to-int"

Definition at line 63 of file PPCBoolRetToInt.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( PPCBoolRetToInt  ,
"ppc-bool-ret-to-int"  ,
"Convert i1 constants to i32/i64 if they are returned"  ,
false  ,
false   
)

Definition at line 286 of file PPCBoolRetToInt.cpp.