Home | History | Annotate | Download | only in src

Lines Matching refs:loop

107           // Apply loop effects before analyzing loop body.
139 // Computes and caches the loop effects for the loop which has the given
140 // block as its loop header.
144 if (effects != NULL) return effects; // Already analyzed this loop.
150 HLoopInformation* loop = block->loop_information();
151 int end = loop->GetLastBackEdge()->block_id();
156 // Recursively compute and cache the effects of the nested loop.
157 ASSERT(member->loop_information()->parent_loop() == loop);
160 // Skip the nested loop's blocks.
165 ASSERT(member->current_loop() == loop);
213 ZoneList<Effects*> loop_effects_; // Loop effects (by block id).