Home
last modified time | relevance | path

Searched defs:DirectCall (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp336 struct DirectCall { struct in __anon1adc617b0111::PendingFunctionAnalysis
337 const Decl *Callee;
338 SourceLocation CallLoc;
341 bool Recursed = false;
342 ViolationSite VSite;
344 DirectCall(const Decl *D, SourceLocation CallLoc, ViolationSite VSite) in DirectCall() argument
707 const bool DirectCall = Callee.isCalledDirectly(); in followCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h30 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp55 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp590 CallBase &DirectCall = promoteCall( in promoteCallWithIfThenElse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp279 DirectCall, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp5588 auto &DirectCall = in performICP() local