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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp281 /// Hoist - When an instruction is found to only use loop invariant operands
284 bool Hoist(MachineInstr *MI, MachineBasicBlock *Preheader);
762 if (!Hoist(MI, Preheader))
1195 DEBUG(dbgs() << "Hoist High Latency: " << MI);
1211 DEBUG(dbgs() << "Hoist non-reg-pressure: " << MI);
1397 /// Hoist - When an instruction is found to use only loop invariant operands
1400 bool MachineLICM::Hoist(MachineInstr *MI, MachineBasicBlock *Preheader) { function in class:MachineLICM

Completed in 87 milliseconds