OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameSuffix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
107
const Twine &
NameSuffix
= "", Function *F = 0,
147
const char *
NameSuffix
= "",
165
const char *
NameSuffix
= "",
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
36
const Twine &
NameSuffix
, Function *F,
39
if (BB->hasName()) NewBB->setName(BB->getName()+
NameSuffix
);
48
NewInst->setName(II->getName()+
NameSuffix
);
78
const char *
NameSuffix
, ClonedCodeInfo *CodeInfo) {
79
assert(
NameSuffix
&& "
NameSuffix
cannot be null!");
115
BasicBlock *CBB = CloneBasicBlock(&BB, VMap,
NameSuffix
, NewFunc, CodeInfo);
185
const char *
NameSuffix
;
193
const char *
nameSuffix
,
198
Returns(returns),
NameSuffix
(nameSuffix), CodeInfo(codeInfo), TD(td)
[
all
...]
Completed in 36 milliseconds