LLVM  8.0.1
Classes | Namespaces | Functions
BypassSlowDivision.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseMapInfo.h"
#include <cstdint>
Include dependency graph for BypassSlowDivision.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::DivRemMapKey
 
struct  llvm::DenseMapInfo< DivRemMapKey >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

bool llvm::bypassSlowDivision (BasicBlock *BB, const DenseMap< unsigned int, unsigned int > &BypassWidth)
 This optimization identifies DIV instructions in a BB that can be profitably bypassed and carried out with a shorter, faster divide. More...