OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldFunc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
75
// Clone
OldFunc
into NewFunc, transforming the old arguments into references to
78
void llvm::CloneFunctionInto(Function *NewFunc, const Function *
OldFunc
,
88
for (const Argument &I :
OldFunc
->args())
95
NewFunc->copyAttributesFrom(
OldFunc
);
99
if (
OldFunc
->hasPersonalityFn())
101
MapValue(
OldFunc
->getPersonalityFn(), VMap,
105
AttributeSet OldAttrs =
OldFunc
->getAttributes();
107
for (const Argument &OldArg :
OldFunc
->args())
126
for (Function::const_iterator BI =
OldFunc
->begin(), BE =
OldFunc
->end()
[
all
...]
CodeExtractor.cpp
676
Function *
oldFunc
= (*Blocks.begin())->getParent();
677
Function::BasicBlockListType &oldBlocks =
oldFunc
->getBasicBlockList();
/external/libxml2/
xpath.c
[
all
...]
Completed in 195 milliseconds