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

/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp132 virtual bool hasHazard_(const MachineInstr &MI) = 0;
140 virtual bool hasHazard_(const MachineInstr &MI) { return true; } function in class:__anon22358::NoMemInstr
148 virtual bool hasHazard_(const MachineInstr &MI);
158 virtual bool hasHazard_(const MachineInstr &MI);
408 return hasHazard_(MI);
411 bool LoadFromStackOrConst::hasHazard_(const MachineInstr &MI) { function in class:LoadFromStackOrConst
434 bool MemDefsUses::hasHazard_(const MachineInstr &MI) { function in class:MemDefsUses

Completed in 874 milliseconds