Searched defs:ProfileCount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp124 const uint64_t ProfileCount = Weights[Index]; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h260 class ProfileCount { class in class:llvm::Function
267 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} function in class:llvm::Function::ProfileCount
268 ProfileCount(uint64_t Count, ProfileCountType PCT) function in class:llvm::Function::ProfileCount
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp126 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1709 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); local
1847 fixupBranchesAndSelects(CHRScope *Scope, BasicBlock *PreEntryBlock, BranchInst *MergedBR, uint64_t ProfileCount) argument

Completed in 76 milliseconds