|
LLVM
8.0.1
|
#include "llvm/Transforms/Scalar/Float2Int.h"


Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
| bool | runImpl (Function &F) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< Float2IntPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 25 of file Float2Int.h.
| PreservedAnalyses llvm::Float2IntPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 517 of file Float2Int.cpp.
References llvm::PreservedAnalyses::all(), llvm::PreservedAnalyses::preserve(), llvm::PreservedAnalyses::preserveSet(), and runImpl().
Definition at line 493 of file Float2Int.cpp.
References cleanup(), llvm::SmallPtrSetImplBase::clear(), llvm::dbgs(), llvm::Module::getContext(), llvm::Value::getName(), llvm::GlobalValue::getParent(), LLVM_DEBUG, and Modified.
1.8.13