Searched refs:initializeInstCombine (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp129 initializeInstCombine(Registry);
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DInitializePasses.h42 /// initializeInstCombine - Initialize all passes linked into the
44 void initializeInstCombine(PassRegistry&);
/freebsd-10.2-release/contrib/llvm/tools/opt/
H A Dopt.cpp603 initializeInstCombine(Registry);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp75 void llvm::initializeInstCombine(PassRegistry &Registry) { function in class:llvm
80 initializeInstCombine(*unwrap(R));

Completed in 60 milliseconds