Lines Matching refs:CallBase
155 SmallDenseMap<const CallBase *, VirtualCallSiteInfo>;
249 if (const auto *C = dyn_cast<CallBase>(I)) in tryToSinkInstruction()
345 const CallBase &CB, ArrayRef<InstrProfValueData> ValueDataRef,
351 bool tryToPromoteWithFuncCmp(CallBase &CB, Instruction *VPtr,
362 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates,
368 bool isProfitableToCompareVTables(const CallBase &CB,
379 Instruction *computeVTableInfos(const CallBase *CB,
386 void updateFuncValueProfiles(CallBase &CB, ArrayRef<InstrProfValueData> VDs,
414 const CallBase &CB, ArrayRef<InstrProfValueData> ValueDataRef, in getPromotionCandidatesForCallSite()
507 const CallBase *CB, VTableGUIDCountsMap &GUIDCountsMap, in computeVTableInfos()
606 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee, in promoteIndirectCall()
610 CallBase &NewInst = promoteCallWithIfThenElse( in promoteIndirectCall()
632 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates, in tryToPromoteWithFuncCmp()
678 CallBase &CB, ArrayRef<InstrProfValueData> CallVDs, uint64_t TotalCount, in updateFuncValueProfiles()
713 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates, in tryToPromoteWithVTableCmp()
839 const CallBase &CB, ArrayRef<PromotionCandidate> Candidates, in isProfitableToCompareVTables()
948 CallBase &CB = DevirtCall.CB; in computeVirtualCallSiteTypeInfoMap()