LLVM API Documentation

AutoUpgrade.cpp File Reference

#include "llvm/AutoUpgrade.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
#include "llvm/Module.h"
#include "llvm/Instructions.h"
#include "llvm/Intrinsics.h"
#include "llvm/ADT/SmallVector.h"
#include <cstring>

Include dependency graph for AutoUpgrade.cpp:

Go to the source code of this file.

Functions

static bool UpgradeIntrinsicFunction1 (Function *F, Function *&NewFn)
bool llvm::UpgradeIntrinsicFunction (Function *F, Function *&NewFn)
void llvm::UpgradeIntrinsicCall (CallInst *CI, Function *NewFn)
void llvm::UpgradeCallsToIntrinsic (Function *F)


Function Documentation

static bool UpgradeIntrinsicFunction1 ( Function F,
Function *&  NewFn 
) [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.