Lines Matching full:combiner
1 //===-- lib/CodeGen/GlobalISel/Combiner.cpp -------------------------------===//
13 #include "llvm/CodeGen/GlobalISel/Combiner.h"
27 #define DEBUG_TYPE "gi-combiner"
38 "GlobalISel Combiner",
54 /// Other Combiner implementations may require more complex behaviour from
56 class Combiner::WorkListMaintainer : public GISelChangeObserver {
97 Combiner::Combiner(MachineFunction &MF, CombinerInfo &CInfo, in Combiner() function in Combiner
121 Combiner::~Combiner() = default;
123 bool Combiner::combineMachineInstrs() { in combineMachineInstrs()
125 // FIXME: Should this be here or in individual combiner passes. in combineMachineInstrs()
137 LLVM_DEBUG(dbgs() << "Generic MI Combiner for: " << MF.getName() << '\n'); in combineMachineInstrs()