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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 98 const Twine &NameSuffix = "", Function *F = nullptr,
131 const char *NameSuffix = "",
151 const char *NameSuffix = "",
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 40 const Twine &NameSuffix, Function *F,
43 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
52 NewInst->setName(II->getName()+NameSuffix);
81 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
84 assert(NameSuffix && "NameSuffix cannot be null!");
124 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
260 const char *NameSuffix;
267 const char *nameSuffix,
272 NameSuffix(nameSuffix), CodeInfo(codeInfo), DL(DL)
    [all...]

Completed in 191 milliseconds