Home | History | Annotate | Download | only in opt

Lines Matching defs:target_function

51     Function* target_function = FindLocalFunction(inst);
52 if (target_function != nullptr) {
53 variables_to_move.push_back({&inst, target_function});
67 Function* target_function = nullptr;
70 [&target_function, &found_first_use, this](Instruction* use) {
78 target_function = nullptr;
84 target_function = current_function;
85 } else if (target_function != current_function) {
86 target_function = nullptr;
89 return target_function;