OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalledFunc
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/testdata/
elf_file_source.cpp
5
extern "C" void
CalledFunc
() {
11
CalledFunc
();
/external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp
44
bool optimizeSQRT(CallInst *Call, Function *
CalledFunc
,
73
Function *
CalledFunc
;
75
if (!Call || !(
CalledFunc
= Call->getCalledFunction()))
81
if (
CalledFunc
->hasLocalLinkage() || !
CalledFunc
->hasName() ||
82
!TLI->getLibFunc(
CalledFunc
->getName(), LibFunc))
89
optimizeSQRT(Call,
CalledFunc
, *CurrBB, BB))
105
Function *
CalledFunc
,
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
393
const Function *
CalledFunc
= CS.getCalledFunction();
401
for (Function::const_iterator I =
CalledFunc
->begin(), IE =
CalledFunc
->end();
430
DummyNodes.push_back(MDTuple::getTemporary(
CalledFunc
->getContext(), None));
448
MDNode *NewM = MDNode::get(
CalledFunc
->getContext(), NewOps);
506
const Function *
CalledFunc
= CS.getCalledFunction();
509
for (const Argument &I :
CalledFunc
->args()) {
520
DT.recalculate(const_cast<Function&>(*
CalledFunc
));
529
MDBuilder MDB(
CalledFunc
->getContext());
533
MDB.createAnonymousAliasScopeDomain(
CalledFunc
->getName())
[
all
...]
Completed in 997 milliseconds