Searched full:exits (Results 1 – 15 of 15) sorted by relevance
34 There two types of unrolling: with side-exits and without them. Unrolling without side-exits is app…52 ### Unrolling without side-exits54 There are 3 stages of unrolling loop without side-exits:101 ### Unrolling with side-exits
15 4. SlowPath - class, which is responsible for side exits.31 3. After that - side exits (SlowPath) are emitted (also for OSR).67 EmitSlowPaths(); // Emit code, which responsibility for side exits.
16 // Test scenario: add function which has same name as exits functions, es2abc can specify and throw…
134 // Unroll loop without side-exits and fix compare in the pre-header and back-edge in TransformLoop()137 // Unroll loop with side-exits for remaining iterations in TransformLoop()140 << "Unrolled without side-exits the loop with unroll factor = " << unroll_factor in TransformLoop()145 << "Unrolled with side-exits the loop with unroll factor = " << unroll_factor in TransformLoop()
88 // There should be no side-exits from try in TryFindResolvedCatchHandler()
89 * Cloning with side-exits:109 * Cloning without side-exits:139 // Users update should be done on the last no-side-exits unroll iteration in UnrollLoopBody()
179 * Create resolver-block - common successor for all loop side-exits211 …* Split back-edge for cloning without side exits - in order not to clone `Compare` and `IfImm` ins…249 * - If loop is cloing with side-exits create common successor for them;297 * Update data-flow after unrolling without side-exits342 * - No-side-exits case:364 * Side-exits case:
155 # exits before the timeout with the successful exit code or if it is terminated405 # exits before the timeout with the successful exit code or if it is terminated
148 std::cerr << "Exits due to hot fix initialize failed!" << std::endl; in CompileFiles()
272 - name: compiler-unroll-with-side-exits275 description: Enable unroll with side exits for not countable loop
84 …If monitor count turns out to be zero after than, then thread exits monitor and monitor is not lon…
955 If no such frame exists, the current VM thread exits.977 If no such frame exists, the current VM thread exits.1037 If no such frame exists, the current VM thread exits.
415 // Check there are no side-exits in IsLoopSingleBackEdgeExitPoint()
67 * Supporting side exits for de-optimizations and removing cold code.