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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp84 bool hasLivePhysRegDefUses(const MachineInstr *MI,
189 /// hasLivePhysRegDefUses - Return true if the specified instruction read/write
193 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI, function in class:MachineCSE
483 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs,

Completed in 93 milliseconds