Home
last modified time | relevance | path

Searched refs:hasOneDefUse (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DLowering-shared.cpp34 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
35 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLowering-shared.cpp34 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
35 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DLowering-shared.cpp42 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
43 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DLowering-shared.cpp32 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
33 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DLowering-shared.cpp37 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
38 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DLowering-shared.cpp42 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
43 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DLowering-shared.cpp42 bool rhsSingleUse = rhs->hasOneDefUse(); in ShouldReorderCommutative()
43 bool lhsSingleUse = lhs->hasOneDefUse(); in ShouldReorderCommutative()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.cpp543 MDefinition::hasOneDefUse() const in hasOneDefUse() function in MDefinition
545 bool hasOneDefUse = false; in hasOneDefUse() local
551 if (hasOneDefUse) in hasOneDefUse()
555 hasOneDefUse = true; in hasOneDefUse()
558 return hasOneDefUse; in hasOneDefUse()
H A DRangeAnalysis.cpp2718 …if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || test->input()->isImplicitlyUsed()) in TruncateTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIR.cpp661 MDefinition::hasOneDefUse() const in hasOneDefUse() function in MDefinition
663 bool hasOneDefUse = false; in hasOneDefUse() local
669 if (hasOneDefUse) in hasOneDefUse()
673 hasOneDefUse = true; in hasOneDefUse()
676 return hasOneDefUse; in hasOneDefUse()
2803 if (isUrsh() && hasOneDefUse() && IsUint32Type(this)) { in foldUnnecessaryBitop()
H A DRangeAnalysis.cpp2838 …if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || test->input()->isImplicitlyUsed()) in TruncateTest()
H A DMIR.h821 bool hasOneDefUse() const;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIR.cpp743 bool MDefinition::hasOneDefUse() const { in hasOneDefUse() function in MDefinition
744 bool hasOneDefUse = false; in hasOneDefUse() local
751 if (hasOneDefUse) { in hasOneDefUse()
756 hasOneDefUse = true; in hasOneDefUse()
759 return hasOneDefUse; in hasOneDefUse()
H A DRangeAnalysis.cpp2857 if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || in TruncateTest()
H A DMIR.h727 bool hasOneDefUse() const;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMIR.cpp743 bool MDefinition::hasOneDefUse() const { in hasOneDefUse() function in MDefinition
744 bool hasOneDefUse = false; in hasOneDefUse() local
751 if (hasOneDefUse) { in hasOneDefUse()
756 hasOneDefUse = true; in hasOneDefUse()
759 return hasOneDefUse; in hasOneDefUse()
H A DRangeAnalysis.cpp2857 if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || in TruncateTest()
H A DMIR.h727 bool hasOneDefUse() const;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIR.cpp601 bool MDefinition::hasOneDefUse() const { in hasOneDefUse() function in MDefinition
602 bool hasOneDefUse = false; in hasOneDefUse() local
607 if (hasOneDefUse) return false; in hasOneDefUse()
610 hasOneDefUse = true; in hasOneDefUse()
613 return hasOneDefUse; in hasOneDefUse()
2626 if (isUrsh() && hasOneDefUse() && IsUint32Type(this)) { in foldUnnecessaryBitop()
H A DRangeAnalysis.cpp2443 if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || in TruncateTest()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIR.cpp710 bool MDefinition::hasOneDefUse() const { in hasOneDefUse() function in MDefinition
711 bool hasOneDefUse = false; in hasOneDefUse() local
718 if (hasOneDefUse) { in hasOneDefUse()
723 hasOneDefUse = true; in hasOneDefUse()
726 return hasOneDefUse; in hasOneDefUse()
H A DRangeAnalysis.cpp2793 if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || in TruncateTest()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIR.cpp741 bool MDefinition::hasOneDefUse() const { in hasOneDefUse() function in MDefinition
742 bool hasOneDefUse = false; in hasOneDefUse() local
749 if (hasOneDefUse) { in hasOneDefUse()
754 hasOneDefUse = true; in hasOneDefUse()
757 return hasOneDefUse; in hasOneDefUse()
H A DRangeAnalysis.cpp2865 if (!test->input()->isPhi() || !test->input()->hasOneDefUse() || in TruncateTest()
H A DMIR.h710 bool hasOneDefUse() const;

12