HomeSort by relevance Sort by last modified time
    Searched refs:getCalledFunction (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 445 static const Function *getCalledFunction(const MachineInstr &MI) {
469 const Function *Called = getCalledFunction(MI);
SjLjEHPrepare.cpp 379 if (Function *Callee = II->getCalledFunction())
472 if (CI->getCalledFunction() != StackRestoreFn)
IntrinsicLowering.cpp 344 const Function *Callee = CI->getCalledFunction();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 250 if (!CI->getCalledFunction())
383 Function *F = Call->getCalledFunction();
SIAnnotateControlFlow.cpp 250 if (OldEnd && OldEnd->getCalledFunction() == EndCf) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 393 const Function *CalledFunc = CS.getCalledFunction();
506 const Function *CalledFunc = CS.getCalledFunction();
736 Function *CalledFunc = CS.getCalledFunction();
772 const Function *Callee = CS.getCalledFunction();
    [all...]
  /external/llvm/lib/Analysis/
CallGraph.cpp 88 const Function *Callee = CS.getCalledFunction();
MemoryBuiltins.cpp 82 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) {
93 Function *Callee = CS.getCalledFunction();
108 Function *Callee = getCalledFunction(V, LookThroughBitCast);
307 Function *Callee = CI->getCalledFunction();
ObjCARCInstKind.cpp 240 if (const Function *F = CI->getCalledFunction()) {
VectorUtils.cpp 139 Function *F = CI->getCalledFunction();
BasicAliasAnalysis.cpp 611 if (CS.getCalledFunction() &&
612 isMemsetPattern16(CS.getCalledFunction(), TLI)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 142 if (Function *F = CI->getCalledFunction())
PPCCTRLoops.cpp 245 if (Function *F = CI->getCalledFunction()) {
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 130 if (Function *Callee = CI->getCalledFunction()) {
FunctionAttrs.cpp 142 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
332 Function *F = CS.getCalledFunction();
459 Function *F = CS.getCalledFunction();
771 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
873 Function *Callee = CS.getCalledFunction();
    [all...]
FunctionImport.cpp 111 auto CalledFunction = cast<CallInst>(I).getCalledFunction();
SampleProfile.cpp 552 Function *CalleeFunc = Inst.getCalledFunction();
689 Function *CalledFunction = CI->getCalledFunction();
    [all...]
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 368 if (const auto *F = Call->getCalledFunction())
  /external/llvm/include/llvm/IR/
CallSite.h 98 /// getCalledFunction - Return the function being called if this is a direct
101 FunTy *getCalledFunction() const {
InstVisitor.h 267 if (const Function *F = I.getCalledFunction()) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 478 const Function *F = CS.getCalledFunction();
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 437 Function *F_ = CI->getCalledFunction();
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 311 if (CS && !CS.getCalledFunction())

Completed in 844 milliseconds

12 3 4