HomeSort by relevance Sort by last modified time
    Searched refs:FoundCSE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 463 bool FoundCSE = VNT.count(MI);
464 if (!FoundCSE) {
474 FoundCSE = VNT.count(MI);
480 if (!FoundCSE && MI->isCommutable()) {
483 FoundCSE = VNT.count(NewMI);
488 } else if (!FoundCSE)
501 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs,
503 FoundCSE = false;
514 FoundCSE = true;
518 if (!FoundCSE) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 364 bool FoundCSE = VNT.count(MI);
365 if (!FoundCSE) {
373 FoundCSE = VNT.count(MI);
379 if (!FoundCSE && MI->getDesc().isCommutable()) {
383 FoundCSE = VNT.count(NewMI);
388 } else if (!FoundCSE)
398 if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs)) {
399 FoundCSE = false;
407 FoundCSE = true;
410 if (!FoundCSE) {
    [all...]

Completed in 227 milliseconds