LLVM 20.0.0git
|
#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/CodeGen/TargetPassConfig.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.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/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 | |
#define DEBUG_TYPE "ppc-bool-ret-to-int" |
Definition at line 61 of file PPCBoolRetToInt.cpp.
INITIALIZE_PASS | ( | PPCBoolRetToInt | , |
"ppc-bool-ret-to-int" | , | ||
"Convert i1 constants to i32/i64 if they are returned" | , | ||
false | , | ||
false | |||
) |
Definition at line 284 of file PPCBoolRetToInt.cpp.