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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp231 bool Hoist(MachineInstr *MI, MachineBasicBlock *Preheader);
690 if (!Hoist(MI, Preheader))
1102 DEBUG(dbgs() << "Hoist High Latency: " << MI);
1120 DEBUG(dbgs() << "Hoist non-reg-pressure: " << MI);
1308 bool MachineLICM::Hoist(MachineInstr *MI, MachineBasicBlock *Preheader) { function in class:MachineLICM

Completed in 49 milliseconds