LLVM API Documentation

Functions
PHITransAddr.cpp File Reference
#include "llvm/Analysis/PHITransAddr.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for PHITransAddr.cpp:

Go to the source code of this file.

Functions

static bool CanPHITrans (Instruction *Inst)
static bool VerifySubExpr (Value *Expr, SmallVectorImpl< Instruction * > &InstInputs)
static void RemoveInstInputs (Value *V, SmallVectorImpl< Instruction * > &InstInputs)

Function Documentation

static bool CanPHITrans ( Instruction Inst) [static]
static void RemoveInstInputs ( Value V,
SmallVectorImpl< Instruction * > &  InstInputs 
) [static]
static bool VerifySubExpr ( Value Expr,
SmallVectorImpl< Instruction * > &  InstInputs 
) [static]