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

  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 93 std::string OldName = BB->getName();
108 if (!OldName.empty() && !OnlyPred->hasName())
109 OnlyPred->setName(OldName);
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 72 milliseconds