LLVM  8.0.1
Functions
MakeGuardsExplicit.cpp File Reference
#include "llvm/Transforms/Scalar/MakeGuardsExplicit.h"
#include "llvm/Analysis/GuardUtils.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/GuardUtils.h"
Include dependency graph for MakeGuardsExplicit.cpp:

Go to the source code of this file.

Functions

static void turnToExplicitForm (CallInst *Guard, Function *DeoptIntrinsic)
 
static bool explicifyGuards (Function &F)
 
 INITIALIZE_PASS (MakeGuardsExplicitLegacyPass, "make-guards-explicit", "Lower the guard intrinsic to explicit control flow form", false, false) PreservedAnalyses MakeGuardsExplicitPass
 

Function Documentation

◆ explicifyGuards()

static bool explicifyGuards ( Function F)
static

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( MakeGuardsExplicitLegacyPass  ,
"make-guards-explicit"  ,
"Lower the guard intrinsic to explicit control flow form"  ,
false  ,
false   
)

◆ turnToExplicitForm()

static void turnToExplicitForm ( CallInst Guard,
Function DeoptIntrinsic 
)
static