LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/LowerGuardIntrinsic.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Analysis/GuardUtils.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Utils/GuardUtils.h"
Go to the source code of this file.
Functions | |
static bool | lowerGuardIntrinsic (Function &F) |
Definition at line 27 of file LowerGuardIntrinsic.cpp.
References llvm::SmallVectorBase< Size_T >::empty(), F, llvm::Intrinsic::getDeclaration(), llvm::Intrinsic::getName(), llvm::makeGuardControlFlowExplicit(), and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::LowerGuardIntrinsicPass::run().