LLVM 19.0.0git
Public Member Functions | List of all members
llvm::Float2IntPass Class Reference

#include "llvm/Transforms/Scalar/Float2Int.h"

Inheritance diagram for llvm::Float2IntPass:
Inheritance graph
[legend]

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.
 

Detailed Description

Definition at line 31 of file Float2Int.h.

Member Function Documentation

◆ run()

PreservedAnalyses Float2IntPass::run ( Function F,
FunctionAnalysisManager AM 
)

◆ 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().


The documentation for this class was generated from the following files: