LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/Float2Int.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
bool | runImpl (Function &F, const DominatorTree &DT) |
Public Member Functions inherited from llvm::PassInfoMixin< Float2IntPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
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. | |
Definition at line 31 of file Float2Int.h.
PreservedAnalyses Float2IntPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 507 of file Float2Int.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserveSet(), and runImpl().
bool Float2IntPass::runImpl | ( | Function & | F, |
const DominatorTree & | DT | ||
) |
Definition at line 485 of file Float2Int.cpp.
References llvm::dbgs(), DL, F, LLVM_DEBUG, and Modified.
Referenced by run().