Lines Matching full:temporary
55 * A live range contains the start and end of a range where an instruction or a temporary
236 DCHECK(first_use_ == nullptr) << "A temporary can only have one user";
237 DCHECK(first_env_use_ == nullptr) << "A temporary cannot have environment user";
1053 // Whether the interval is for a temporary.
1141 // A temporary shares the same lifetime start as the instruction that requires it.
1149 // We use the input index to store the index of the temporary in the user's temporary list.
1209 // Temporary array used when computing live_in, live_out, and kill sets.
1212 // Temporary array used when inserting moves in the graph.