LLVM 19.0.0git
Functions
MakeGuardsExplicit.cpp File Reference
#include "llvm/Transforms/Scalar/MakeGuardsExplicit.h"
#include "llvm/Analysis/GuardUtils.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/GuardUtils.h"

Go to the source code of this file.

Functions

static void turnToExplicitForm (CallInst *Guard, Function *DeoptIntrinsic)
 
static bool explicifyGuards (Function &F)
 

Function Documentation

◆ explicifyGuards()

static bool explicifyGuards ( Function F)
static

◆ turnToExplicitForm()

static void turnToExplicitForm ( CallInst Guard,
Function DeoptIntrinsic 
)
static