Home | History | Annotate | Download | only in CodeGen

Lines Matching full:machine

1 //===-- MachineSink.cpp - Sinking for machine instructions ----------------===//
38 #define DEBUG_TYPE "machine-sink"
41 SplitEdges("machine-sink-split",
42 cl::desc("Split critical edges during machine sinking"),
46 UseBlockFreqInfo("machine-sink-bfi",
51 STATISTIC(NumSunk, "Number of machine instructions sunk");
59 MachineRegisterInfo *MRI; // Machine register information
60 MachineDominatorTree *DT; // Machine dominator tree
61 MachinePostDominatorTree *PDT; // Machine post dominator tree
149 INITIALIZE_PASS_BEGIN(MachineSinking, "machine-sink",
150 "Machine code sinking", false, false)
154 INITIALIZE_PASS_END(MachineSinking, "machine-sink",
155 "Machine code sinking", false, false)
208 // into and they are all PHI nodes. In this case, machine-sink must break
262 DEBUG(dbgs() << "******** Machine Sinking ********\n");
676 /// SinkInstruction - Determine whether it is safe to sink the specified machine
770 // sunken into and they are all PHI nodes. In this case, machine-sink must