Lines Matching defs:rename
778 /* allocate id's and rename operands: this is done transparently here */
2021 /* rename */
2165 /* get the rename from each predecessor and check if they are the same */
2238 /* rename loop carried phi operands */
2268 /* rename all uses in this block */
2278 auto rename = renames.find(op.tempId());
2279 if (rename != renames.end()) {
2280 assert(rename->second.id());
2281 op.setTemp(rename->second);
2310 /* already rename phis incoming value */
2330 /* rename phi operands */
2761 /* rename operands */