HomeSort by relevance Sort by last modified time
    Searched refs:OldName (Results 1 - 3 of 3) 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);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 183 llvm::Function *createEmptyExpandedFunction(llvm::StringRef OldName) {
198 OldName + ".expand", M);
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 163 milliseconds