Searched refs:MachineCombiner (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp1 //===---- MachineCombiner.cpp - Instcombining on SSA form machine code ----===//
39 class MachineCombiner : public MachineFunctionPass { class in namespace:__anon12230
54 MachineCombiner() : MachineFunctionPass(ID) { function in class:__anon12230::MachineCombiner
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
[all...]
H A DAndroid.mk58 MachineCombiner.cpp \

Completed in 40 milliseconds