Lines Matching defs:clone_results
49 LoopUtils::LoopCloningResult* clone_results) {
61 cloned_loop_ = loop_utils_.CloneLoop(clone_results, ordered_loop_blocks);
69 clone_results->cloned_bb_.begin(), clone_results->cloned_bb_.end(), ++it);
133 clone_results,
138 {clone_results->value_map_.at(
154 LoopUtils::LoopCloningResult* clone_results) {
157 context_->get_def_use_mgr()->GetDef(clone_results->value_map_.at(
416 LoopUtils::LoopCloningResult clone_results;
419 DuplicateAndConnectLoop(&clone_results);
422 InsertCanonicalInductionVariable(&clone_results);
458 [&clone_results, if_block, this](Instruction* phi) {
461 auto def_in_loop = clone_results.value_map_.find(incoming_value);
462 if (def_in_loop != clone_results.value_map_.end())
478 LoopUtils::LoopCloningResult clone_results;
481 DuplicateAndConnectLoop(&clone_results);
484 InsertCanonicalInductionVariable(&clone_results);
533 [&clone_results, if_block, this](Instruction* phi) {
543 def_use_mgr->GetDef(clone_results.value_map_.at(phi->result_id()));