LLVM  8.0.1
Classes | Namespaces
OptBisect.h File Reference

This file declares the interface for bisecting optimizations. More...

#include "llvm/ADT/StringRef.h"
Include dependency graph for OptBisect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::OptPassGate
 Extensions to this class implement mechanisms to disable passes and individual optimizations at compile time. More...
 
class  llvm::OptBisect
 This class implements a mechanism to disable passes and individual optimizations at compile time based on a command line option (-opt-bisect-limit) in order to perform a bisecting search for optimization-related problems. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

This file declares the interface for bisecting optimizations.

Definition in file OptBisect.h.