Searched defs:adjust_input_size (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.cc222 info = TransferPhi(loop, instruction, /*input_index*/ 0, /*adjust_input_size*/ 0);
241 info = TransferPhi(loop, instruction, /*input_index*/ 0, /*adjust_input_size*/ 1);
287 InductionInfo* update = TransferPhi(loop, phi, /*input_index*/ 1, /*adjust_input_size*/ 0);
339 update = SolvePhi(instruction, /*input_index*/ 0, /*adjust_input_size*/ 1); // acts like Phi
350 InductionInfo* induction = SolvePhi(phi, /*input_index*/ 1, /*adjust_input_size*/ 0);
410 size_t adjust_input_size) {
415 for (size_t i = input_index + 1, n = inputs.size() - adjust_input_size; i < n; i++) {
539 size_t adjust_input_size) {
545 for (size_t i = input_index + 1, n = inputs.size() - adjust_input_size; i < n; i++) {
562 InductionInfo* match = SolvePhi(phi, /*input_index*/ 0, /*adjust_input_size*/
407 TransferPhi(HLoopInformation* loop, HInstruction* phi, size_t input_index, size_t adjust_input_size) argument
537 SolvePhi(HInstruction* phi, size_t input_index, size_t adjust_input_size) argument
[all...]

Completed in 109 milliseconds