OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalledFunc
(Results
1 - 5
of
5
) 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
28
static bool optimizeSQRT(CallInst *Call, Function *
CalledFunc
,
94
Function *
CalledFunc
;
96
if (!Call || !(
CalledFunc
= Call->getCalledFunction()))
102
if (
CalledFunc
->hasLocalLinkage() || !
CalledFunc
->hasName() ||
103
!TLI->getLibFunc(
CalledFunc
->getName(), LibFunc))
110
optimizeSQRT(Call,
CalledFunc
, *CurrBB, BB))
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp
731
const Function *
CalledFunc
,
739
if (
CalledFunc
->onlyReadsMemory()) {
[
all
...]
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
727
const Function *
CalledFunc
= CS.getCalledFunction();
735
for (const BasicBlock &I : *
CalledFunc
)
[
all
...]
/external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp
346
if (auto
CalledFunc
= CS.getCalledFunction()) {
347
auto &MaybeInfo = ensureCached(const_cast<Function *>(
CalledFunc
));
375
if (auto
CalledFunc
= CS.getCalledFunction())
376
return getModRefBehavior(
CalledFunc
);
Completed in 221 milliseconds