LLVM
15.0.0git
|
#include "llvm/Analysis/PHITransAddr.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
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) |
|
static |
Definition at line 24 of file PHITransAddr.cpp.
References llvm::MCID::Add, llvm::Instruction::getOpcode(), llvm::User::getOperand(), and llvm::isSafeToSpeculativelyExecute().
Referenced by llvm::PHITransAddr::IsPotentiallyPHITranslatable().
|
static |
Definition at line 118 of file PHITransAddr.cpp.
References I.
|
static |
Definition at line 53 of file PHITransAddr.cpp.
References I.
Referenced by llvm::PHITransAddr::Verify().