OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCalledFunction
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp
65
Function *Fn = CI->
getCalledFunction
();
109
Function *Fn = CI->
getCalledFunction
();
155
Function *Fn = CI->
getCalledFunction
();
/external/llvm/lib/Analysis/
CodeMetrics.cpp
35
if (const Function *F = CS.
getCalledFunction
()) {
LibCallAliasAnalysis.cpp
127
if (const Function *F = CS.
getCalledFunction
()) {
ProfileVerifierPass.cpp
183
FType *F = CI->
getCalledFunction
();
292
FType *F = CI->
getCalledFunction
();
305
FType *F = CI->
getCalledFunction
();
MemoryBuiltins.cpp
72
static Function *
getCalledFunction
(const Value *V, bool LookThroughBitCast) {
83
Function *Callee = CS.
getCalledFunction
();
98
Function *Callee =
getCalledFunction
(V, LookThroughBitCast);
312
Function *Callee = CI->
getCalledFunction
();
/external/llvm/lib/Transforms/IPO/
InlineAlways.cpp
90
Function *Callee = CS.
getCalledFunction
();
Inliner.cpp
121
Function *Callee = CS.
getCalledFunction
();
271
Function *Callee = CS.
getCalledFunction
();
340
if (!CS2 || CS2.
getCalledFunction
() != Caller) {
436
if (CS.
getCalledFunction
() && CS.
getCalledFunction
()->isDeclaration())
453
if (Function *F = CallSites[i].first.
getCalledFunction
())
473
Function *Callee = CS.
getCalledFunction
();
PruneEH.cpp
118
} else if (Function *Callee = CI->
getCalledFunction
()) {
FunctionAttrs.cpp
191
if (CS.
getCalledFunction
() && SCCNodes.count(CS.
getCalledFunction
()))
350
Function *F = CS.
getCalledFunction
();
453
Function *F = CS.
getCalledFunction
();
747
if (CS.
getCalledFunction
() &&
748
SCCNodes.count(CS.
getCalledFunction
()))
[
all
...]
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
76
Function &F_ = *CI->
getCalledFunction
();
MipsOptimizeMathLibCalls.cpp
88
if (!Call || !(CalledFunc = Call->
getCalledFunction
()))
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
253
Function *Callee = CS.
getCalledFunction
();
267
if (ExistingNode->getFunction() == CS.
getCalledFunction
())
275
if (CheckingMode && CS.
getCalledFunction
() &&
285
if (Function *Callee = CS.
getCalledFunction
()) {
309
if (Function *Callee = CS.
getCalledFunction
()) {
GlobalsModRef.cpp
143
if (const Function* F = CS.
getCalledFunction
())
465
Function *Callee = Intrinsic->
getCalledFunction
();
554
if (const Function *F = CS.
getCalledFunction
())
CallGraph.cpp
145
const Function *Callee = CS.
getCalledFunction
();
InlineCost.cpp
718
if (Function *F = CS.
getCalledFunction
()) {
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp
71
if (const Function *Callee = CS.
getCalledFunction
()) {
ObjCARC.h
205
if (const Function *F = CI->
getCalledFunction
())
ObjCARCUtil.cpp
179
if (const Function *F = CI->
getCalledFunction
()) {
/external/llvm/include/llvm/Analysis/
CallGraph.h
263
!CS.
getCalledFunction
() ||
264
!CS.
getCalledFunction
()->isIntrinsic());
/external/llvm/include/llvm/IR/
IntrinsicInst.h
44
return (Intrinsic::ID)
getCalledFunction
()->getIntrinsicID();
49
if (const Function *CF = I->
getCalledFunction
())
/external/llvm/lib/CodeGen/
ShadowStackGC.cpp
135
if (!CI->
getCalledFunction
() ||
136
!CI->
getCalledFunction
()->getIntrinsicID())
333
if (Function *F = CI->
getCalledFunction
())
GCStrategy.cpp
245
if (Function *F = CI->
getCalledFunction
())
292
Function *F = CI->
getCalledFunction
();
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
410
if (CI && CI->
getCalledFunction
() == F)
430
CI->
getCalledFunction
() &&
431
!TTI->isLoweredToCall(CI->
getCalledFunction
())) {
/external/llvm/include/llvm/Support/
CallSite.h
90
///
getCalledFunction
- Return the function being called if this is a direct
93
FunTy *
getCalledFunction
() const {
/external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp
262
StringRef Name = I.
getCalledFunction
()->getName();
Completed in 1269 milliseconds
1
2
3