Searched refs:getCaller (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp193 const Function *F = CI->getCaller();
219 Function *F = CI->getCaller();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1721 // So check Call's BB first before querying Call->getCaller.
1723 Call->getParent() ? Call->getCaller() : nullptr;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp259 Function *CallBase::getCaller() { return getParent()->getParent(); }
302 !NullPointerIsDefined(getCaller(),
H A DVerifier.cpp4311 visitMetadataAsValue(*MD, Call.getCaller());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2282 State, *getStateManager().getCallEventManager().getCaller(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2187 CallerBFI.getBlockFreq(&(CS.getCaller()->getEntryBlock()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp595 Frame *getCaller() const override { return Caller; }

Completed in 489 milliseconds

12