LLVM 17.0.0git
|
#include "llvm/Transforms/Scalar/LowerWidenableCondition.h"
#include "llvm/ADT/SmallVector.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/IR/PatternMatch.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Scalar.h"
Go to the source code of this file.
Functions | |
static bool | lowerWidenableCondition (Function &F) |
INITIALIZE_PASS (LowerWidenableConditionLegacyPass, "lower-widenable-condition", "Lower the widenable condition to default true value", false, false) Pass *llvm | |
INITIALIZE_PASS | ( | LowerWidenableConditionLegacyPass | , |
"lower-widenable-condition" | , | ||
"Lower the widenable condition to default true value" | , | ||
false | , | ||
false | |||
) |
Definition at line 73 of file LowerWidenableCondition.cpp.
Definition at line 40 of file LowerWidenableCondition.cpp.
References llvm::SmallVectorBase< Size_T >::empty(), F, llvm::Intrinsic::getName(), llvm::ConstantInt::getTrue(), and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::LowerWidenableConditionPass::run().