Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp262 bool MayCSE(MachineInstr *MI);
1065 (!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI))) in IsProfitableToHoist()
1207 bool MachineLICM::MayCSE(MachineInstr *MI) { in MayCSE() function in MachineLICM
/external/llvm/lib/CodeGen/
DMachineLICM.cpp229 bool MayCSE(MachineInstr *MI);
1135 (!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI))) { in IsProfitableToHoist()
1290 bool MachineLICM::MayCSE(MachineInstr *MI) { in MayCSE() function in MachineLICM