HomeSort by: relevance | last modified time | path
    Searched defs:rename (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/makedepend/dist/
main.c 708 rename(char *from, char *to) function
758 /* rename() won't work on WIN32, CYGWIN, or CIFS if src file is open */
759 if (rename(makefile, backup) < 0)
760 fatalerr("cannot rename %s to %s\n", makefile, backup);
762 if (rename(backup, makefile) < 0)
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_spill.cpp 894 /* rename if necessary */
956 /* rename if necessary */
994 /* if the operand was reloaded, rename */
1083 Temp rename = Temp(); local
1087 if (rename == Temp())
1088 rename = pair.first;
1090 is_same = rename == pair.first;
1092 if (rename == Temp())
1093 rename = ctx.renames[pred_idx][pair.first];
1095 is_same = rename == ctx.renames[pred_idx][pair.first]
    [all...]
aco_register_allocation.cpp 732 /* allocate id's and rename operands: this is done transparently here */
2017 /* rename */
2077 /* get the rename from each predecessor and check if they are the same */
2150 /* rename loop carried phi operands */
2180 /* rename all uses in this block */
2190 auto rename = renames.find(op.tempId()); local
2191 if (rename != renames.end()) {
2192 assert(rename->second.id());
2193 op.setTemp(rename->second);
2222 /* already rename phis incoming value *
    [all...]

Completed in 8 milliseconds