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 128 initializeInstCombine(Registry);
  /external/llvm/include/llvm/
InitializePasses.h 38 /// initializeInstCombine - Initialize all passes linked into the
40 void initializeInstCombine(PassRegistry&);
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 525 initializeInstCombine(Registry);
  /external/llvm/tools/opt/
opt.cpp 491 initializeInstCombine(Registry);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 69 void llvm::initializeInstCombine(PassRegistry &Registry) {
74 initializeInstCombine(*unwrap(R));
    [all...]

Completed in 1375 milliseconds