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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 207 llvm::DenseSet<const FileEntry*> Rewritten;
219 if (!Rewritten.insert(*File).second)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 989 // If any branch is rewritten, we may need to update the successor
1044 // If a branch was not executable, it will not get rewritten, but should
2357 // If not all defs have been rewritten (i.e. the instruction defines
3160 bool Rewritten = false;
3178 // are present in the rewritten branch.
3182 Rewritten = true;
3189 if (!Rewritten)

Completed in 60 milliseconds