Searched defs:InstCombiner (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h70 /// InstCombiner - The -instcombine pass.
71 class LLVM_LIBRARY_VISIBILITY InstCombiner class in namespace:llvm
73 public InstVisitor<InstCombiner, Instruction*> {
87 InstCombiner() : FunctionPass(ID), TD(0), Builder(0) { function in class:llvm::InstCombiner

Completed in 243 milliseconds