Searched defs:CB (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DAnalysisWrappers.cpp42 CallBase *CB = dyn_cast<CallBase>(UI); variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTypeMetadataUtils.h41 CallBase &CB; member in struct:llvm::DevirtCallSite
H A DMLInlineAdvisor.h72 MLInlineAdvice(MLInlineAdvisor *Advisor, CallBase &CB, argument
H A DObjCARCAnalysisUtils.h186 inline ARCInstKind GetCallSiteClass(const CallBase &CB) { argument
H A DPtrUseVisitor.h297 void visitCallBase(CallBase &CB) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp35 void visitCallBase(CallBase &CB) { argument
H A DAMDGPUInline.cpp158 static bool isWrapperOnlyCall(CallBase &CB) { argument
176 InlineCost AMDGPUInliner::getInlineCost(CallBase &CB) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp58 void OptimizeReturned::visitCallBase(CallBase &CB) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h27 MPIBugReporter(const CheckerBase &CB) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAbstractCallSite.cpp35 getCallbackUses( const CallBase &CB, SmallVectorImpl<const Use *> &CallbackUses) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(const CallBase &CB, unsigned Depth) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp153 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { argument
H A DIPConstantPropagation.cpp225 CallBase *CB = dyn_cast<CallBase>(U.getUser()); local
H A DFunctionAttrs.cpp363 CallBase *CB = dyn_cast<CallBase>(U->getUser()); variable
491 CallBase &CB = cast<CallBase>(*I); local
[all...]
H A DInliner.cpp345 auto *CB = dyn_cast<CallBase>(&I); local
254 inlineCallIfPossible( CallBase &CB, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
401 CallBase &CB = *P.first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h76 CallBase *CB; member in class:llvm::AbstractCallSite
226 forEachCallbackCallSite(const CallBase &CB, UnaryFunction Func) argument
238 forEachCallbackFunction(const CallBase &CB, UnaryFunction Func) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp63 const CFGBlock *CB = BE->getBlock(); local
75 const CFGBlock *CB = *I; local
H A DUnreachableCodeChecker.cpp78 const CFGBlock *CB = BE->getBlock(); local
96 const CFGBlock *CB = *I; local
178 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
200 getUnreachableStmt(const CFGBlock *CB) argument
218 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
250 isEmptyCFGBlock(const CFGBlock *CB) argument
[all...]
H A DNumberObjectConversionChecker.cpp341 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp79 CallBase *CB = dyn_cast<CallBase>(&I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp158 void CFGuard::insertCFGuardCheck(CallBase *CB) { argument
182 void CFGuard::insertCFGuardDispatch(CallBase *CB) { argument
264 auto *CB = dyn_cast<CallBase>(&I); local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h127 UserCallback CB; member in class:fuzzer::Fuzzer
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp294 CallBase *CB = dyn_cast<CallBase>(&I); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h176 CBWrapper<Callback> CB; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp425 CaseBits *CB = &CBV[j]; local

Completed in 128 milliseconds

1234