OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldFunc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp
81
// Clone
OldFunc
into NewFunc, transforming the old arguments into references to
84
void llvm::CloneFunctionInto(Function *NewFunc, const Function *
OldFunc
,
94
for (const Argument &I :
OldFunc
->args())
103
NewFunc->copyAttributesFrom(
OldFunc
);
107
if (
OldFunc
->hasPersonalityFn())
109
MapValue(
OldFunc
->getPersonalityFn(), VMap,
114
AttributeList OldAttrs =
OldFunc
->getAttributes();
117
for (const Argument &OldArg :
OldFunc
->args()) {
130
if (
OldFunc
->isDeclaration())
145
NewFunc->getParent() ==
OldFunc
->getParent()) &
[
all
...]
CodeExtractor.cpp
1385
Function *
oldFunc
= (*Blocks.begin())->getParent();
1386
Function::BasicBlockListType &oldBlocks =
oldFunc
->getBasicBlockList();
1464
static void fixupDebugInfoPostExtraction(Function &
OldFunc
, Function &NewFunc,
1466
DISubprogram *OldSP =
OldFunc
.getSubprogram();
1467
LLVMContext &Ctx =
OldFunc
.getContext();
1481
DIBuilder DIB(*
OldFunc
.getParent(), /*AllowUnresolved=*/false,
1780
bool CodeExtractor::verifyAssumptionCache(const Function &
OldFunc
,
1789
if (I->getFunction() != &
OldFunc
)
1799
if (AffectedCI->getFunction() != &
OldFunc
)
1802
if (AssumedInst->getFunction() != &
OldFunc
)
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026