OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCalledFunction
(Results
1 - 25
of
157
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUFixFunctionBitcasts.cpp
36
if (CB.
getCalledFunction
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReplaceWithVeclib.cpp
45
Function *OldFunc = CI.
getCalledFunction
();
95
if (!CI.
getCalledFunction
()) {
99
auto IntrinsicID = CI.
getCalledFunction
()->getIntrinsicID();
GCRootLowering.cpp
134
if (Function *F = CI->
getCalledFunction
())
200
Function *F = CI->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InjectTLIMappings.cpp
57
VectorF->copyAttributesFrom(CI.
getCalledFunction
());
78
if (CI.isNoBuiltin() || !CI.
getCalledFunction
())
81
StringRef ScalarName = CI.
getCalledFunction
()->getName();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AbstractCallSite.h
218
Function *
getCalledFunction
() const {
240
if (Function *Callback = ACS.
getCalledFunction
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
AbstractCallSite.cpp
37
const Function *Callee = CB.
getCalledFunction
();
87
Function *Callee = CB->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCInstKind.h
106
if (const Function *F = CI->
getCalledFunction
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallGraphSCCPass.cpp
277
(Call->
getCalledFunction
() &&
278
Call->
getCalledFunction
()->isIntrinsic() &&
279
Intrinsic::isLeaf(Call->
getCalledFunction
()->getIntrinsicID()))) {
297
Function *Callee = Call->
getCalledFunction
();
314
Function *Callee = Call->
getCalledFunction
();
338
if (ExistingNode->getFunction() == Call->
getCalledFunction
())
346
if (CheckingMode && Call->
getCalledFunction
() &&
356
if (Function *Callee = Call->
getCalledFunction
()) {
380
if (Function *Callee = Call->
getCalledFunction
()) {
InlineAdvisor.cpp
95
Function &Callee = *CB.
getCalledFunction
();
118
: Advisor(Advisor), Caller(CB.getCaller()), Callee(CB.
getCalledFunction
()),
235
if (!CS2 || CS2->
getCalledFunction
() != Caller) {
328
Function *Callee = CB.
getCalledFunction
();
481
auto &Callee = *CB.
getCalledFunction
();
505
bool Advice = CB.getCaller() != CB.
getCalledFunction
() &&
TypeMetadataUtils.cpp
79
assert(CI->
getCalledFunction
()->getIntrinsicID() == Intrinsic::type_test);
100
assert(CI->
getCalledFunction
()->getIntrinsicID() ==
FunctionPropertiesAnalysis.cpp
40
const auto *Callee = CS->
getCalledFunction
();
ReplayInlineAdvisor.cpp
71
StringRef Callee = CB.
getCalledFunction
()->getName();
MLInlineAdvisor.cpp
58
if (Function *Callee = CS->
getCalledFunction
()) {
89
auto *Called = CS->
getCalledFunction
();
177
auto &Callee = *CB.
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp
63
if (CB->
getCalledFunction
() == &F)
186
Function *Callee = CB.
getCalledFunction
();
InlineSimple.cpp
55
Function *Callee = CB.
getCalledFunction
();
FunctionAttrs.cpp
144
if (!Call->hasOperandBundles() && Call->
getCalledFunction
() &&
145
SCCNodes.count(Call->
getCalledFunction
()))
382
Function *F = CB->
getCalledFunction
();
510
Function *F = CB.
getCalledFunction
();
653
if (auto *CalledFunc = CB->
getCalledFunction
()) {
921
if (CB.
getCalledFunction
() && SCCNodes.count(CB.
getCalledFunction
()))
1028
Function *Callee = CB.
getCalledFunction
();
1246
SCCNodes.count(CB->
getCalledFunction
()) == 0;
1254
if (Function *Callee = CI->
getCalledFunction
()) {
[
all
...]
Inliner.cpp
248
Function *Callee = CB.
getCalledFunction
();
343
if (Function *Callee = CB->
getCalledFunction
())
372
if (Function *F = CallSites[I].first->
getCalledFunction
())
394
Function *Callee = CB.
getCalledFunction
();
730
if (Function *Callee = CB->
getCalledFunction
()) {
795
Function &Callee = *CB->
getCalledFunction
();
851
Function *NewCallee = ICB->
getCalledFunction
();
858
NewCallee = ICB->
getCalledFunction
();
PruneEH.cpp
121
if (Function *Callee = CI->
getCalledFunction
()) {
241
const Function *Callee = Call->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfilePlugins.inc
55
auto *F = CI.
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp
83
Function *Fn = CI->
getCalledFunction
();
247
Expect->
getCalledFunction
()->getIntrinsicID(), Expect, 2);
301
Function *Fn = CI->
getCalledFunction
();
371
Function *Fn = CI->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
SpeculateAnalyses.cpp
56
auto
getCalledFunction
= [&CallesNames](const CallBase *Call) {
63
getCalledFunction
(CI);
66
getCalledFunction
(II);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOs16.cpp
100
Function &F_ = *CI->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
120
Function *Callee = Call->
getCalledFunction
();
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp
123
if (const Function *F = cast<CallBase>(I).
getCalledFunction
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp
45
if (const Function *Callee = CB.
getCalledFunction
()) {
Completed in 39 milliseconds
1
2
3
4
5
6
7
Indexes created Tue Jun 16 00:25:01 UTC 2026