Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp83 bool hasLivePhysRegDefUses(const MachineInstr *MI,
190 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI, in hasLivePhysRegDefUses() function in MachineCSE
398 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs)) { in ProcessBlock()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp88 bool hasLivePhysRegDefUses(const MachineInstr *MI,
215 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI, in hasLivePhysRegDefUses() function in MachineCSE
501 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs, in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp110 bool hasLivePhysRegDefUses(const MachineInstr *MI,
238 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI, in hasLivePhysRegDefUses() function in MachineCSE
522 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs, in ProcessBlock()