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

  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 1 //===---- MachineCombiner.cpp - Instcombining on SSA form machine code ----===//
39 class MachineCombiner : public MachineFunctionPass {
54 MachineCombiner() : MachineFunctionPass(ID) {
85 char MachineCombiner::ID = 0;
86 char &llvm::MachineCombinerID = MachineCombiner::ID;
88 INITIALIZE_PASS_BEGIN(MachineCombiner, "machine-combiner",
91 INITIALIZE_PASS_END(MachineCombiner, "machine-combiner", "Machine InstCombiner",
94 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const {
103 MachineInstr *MachineCombiner::getOperandDef(const MachineOperand &MO) {
123 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs
    [all...]
Android.mk 58 MachineCombiner.cpp \

Completed in 111 milliseconds