Home
last modified time | relevance | path

Searched refs:LookForDuplicate (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp250 const MachineInstr *LookForDuplicate(const MachineInstr *MI,
1161 MachineLICM::LookForDuplicate(const MachineInstr *MI, in LookForDuplicate() function in MachineLICM
1178 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE()
1216 return LookForDuplicate(MI, CI->second) != 0; in MayCSE()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp222 LookForDuplicate(const MachineInstr *MI,
1219 MachineLICM::LookForDuplicate(const MachineInstr *MI, in LookForDuplicate() function in MachineLICM
1239 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) { in EliminateCSE()
1299 return LookForDuplicate(MI, CI->second) != nullptr; in MayCSE()