HomeSort by relevance Sort by last modified time
    Searched refs:initializeInstCombine (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/bugpoint/
bugpoint.cpp 127 initializeInstCombine(Registry);
  /external/llvm/include/llvm/
InitializePasses.h 34 /// initializeInstCombine - Initialize all passes linked into the
36 void initializeInstCombine(PassRegistry&);
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 525 initializeInstCombine(Registry);
  /external/llvm/tools/opt/
opt.cpp 485 initializeInstCombine(Registry);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 68 void llvm::initializeInstCombine(PassRegistry &Registry) {
73 initializeInstCombine(*unwrap(R));
    [all...]

Completed in 1000 milliseconds