HomeSort by: relevance | last modified time | path
    Searched refs:InstructionCombiningPass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombine.h 40 class InstructionCombiningPass : public FunctionPass {
47 explicit InstructionCombiningPass();
48 explicit InstructionCombiningPass(unsigned MaxIterations);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 4051 void InstructionCombiningPass::getAnalysisUsage(AnalysisUsage &AU) const {
4067 bool InstructionCombiningPass::runOnFunction(Function &F) {
4093 char InstructionCombiningPass::ID = 0;
4095 InstructionCombiningPass::InstructionCombiningPass()
4100 InstructionCombiningPass::InstructionCombiningPass(unsigned MaxIterations)
4105 INITIALIZE_PASS_BEGIN(InstructionCombiningPass, "instcombine",
4116 INITIALIZE_PASS_END(InstructionCombiningPass, "instcombine",
4129 return new InstructionCombiningPass();
    [all...]

Completed in 28 milliseconds