class Float2IntPass

Declaration

class Float2IntPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.

Declared at: llvm/include/llvm/Transforms/Scalar/Float2Int.h:25

Inherits from: PassInfoMixin

Method Overview

  • public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
  • public bool runImpl(llvm::Function & F, const llvm::DominatorTree & DT)

Methods

llvm::PreservedAnalyses run(
    llvm::Function& F,
    llvm::FunctionAnalysisManager& AM)

Declared at: llvm/include/llvm/Transforms/Scalar/Float2Int.h:27

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& AM

bool runImpl(llvm::Function& F,
             const llvm::DominatorTree& DT)

Declared at: llvm/include/llvm/Transforms/Scalar/Float2Int.h:30

Parameters

llvm::Function& F
const llvm::DominatorTree& DT