HomeSort by relevance Sort by last modified time
    Searched defs:OldName (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 93 std::string OldName = BB->getName();
106 if (!OldName.empty() && !OnlyPred->hasName())
107 OnlyPred->setName(OldName);
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 113 // OldName will be valid until erased.
114 StringRef OldName = BB->getName();
137 if (!OldName.empty() && !OnlyPred->hasName())
138 OnlyPred->setName(OldName);
  /external/lzma/CPP/7zip/UI/Common/
Update.h 71 UString OldName;
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 311 auto OldName = DemangledName;
313 if (OldName.find("_r") != std::string::npos)
    [all...]

Completed in 231 milliseconds