Searched refs:loop (Results 1 – 15 of 15) sorted by relevance
1 Tests inlining into a nested loop. SSAChecker should verify that2 loop information was updated correctly.
1 Tests loop information update after DCE because block removal can disconnect loops, leaving other2 live blocks outside the loop they had been a member of.
39 for (SimpleLoopThread loop : simpleLoops) { in main()40 loop.start(); in main()48 for (SimpleLoopThread loop : simpleLoops) { in main()49 loop.stopNow(); in main()
1 Test loop formation heuristics and code generation. Basically the problem to3 in the loop region, and the JIT compiler won't choke on unresolved fields.
10 :loop13 goto :loop
73 # 1) Use a while, so that the end of the loop is a goto. That way, the merging of outer-loop
1 Checker test for testing loop invariant code motion.
21 # edge and not preserving the invariant that the pre header of a loop22 # is the first predecessor of the loop header.
2 The invariant that the pre header of a loop header is the
2 to a safepoint. This tests the ability of the VM to do this for a tight loop.
11 5884080 ICS JIT regression in nested loop formation
178 # Additional logic which will end up outside the loop212 # ### Inner loop ###235 # ### Inner loop ###257 # Inner loop which will end up outside its parent
3 enclosed in a loop.
802 LIR* loop = NewLIR0(kPseudoTargetLabel); in GenInlinedCas() local810 OpCondBranch(kCondNe, loop); in GenInlinedCas()
1639 const LocalValueNumbering* loop = gvn_->GetLvn(4); in TEST_F() local1640 EXPECT_EQ(value_names_[2], loop->GetStartingVregValueNumber(0)); in TEST_F()