Home
last modified time | relevance | path

Searched refs:firstLoopIns (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DAliasAnalysis.cpp230 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
244 if (store->id() < firstLoopIns->id()) in analyze()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DAliasAnalysis.cpp203 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
217 if (store->id() < firstLoopIns->id()) break; in analyze()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DAliasAnalysis.cpp263 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
277 if (store->id() < firstLoopIns->id()) in analyze()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DAliasAnalysis.cpp267 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
281 if (store->id() < firstLoopIns->id()) { in analyze()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DAliasAnalysis.cpp264 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
278 if (store->id() < firstLoopIns->id()) { in analyze()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DAliasAnalysis.cpp267 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
281 if (store->id() < firstLoopIns->id()) { in analyze()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DAliasAnalysis.cpp406 MInstruction* firstLoopIns = *loop_->loopHeader()->begin(); in analyze() local
420 if (store->id() < firstLoopIns->id()) { in analyze()