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 99 const Twine &NameSuffix = "", Function *F = nullptr,
130 const char *NameSuffix = "",
167 const char *NameSuffix = "",
186 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;
269 const char *nameSuffix, ClonedCodeInfo *codeInfo,
272 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix)
    [all...]

Completed in 96 milliseconds