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

  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 99 // OldName will be valid until erased.
100 StringRef OldName = BB->getName();
114 if (!OldName.empty() && !OnlyPred->hasName())
115 OnlyPred->setName(OldName);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 250 llvm::Function *createEmptyExpandedFunction(llvm::StringRef OldName) {
254 OldName + ".expand", Module);
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 117 milliseconds