Home
last modified time | relevance | path

Searched defs:EntryCount (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp356 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp600 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
H A DInlineCost.cpp805 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled() local
872 auto EntryCount = EntryProfileCount->getCount(); in costBenefitAnalysis() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp590 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp807 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1131 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2605 uint64_t EntryCount; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1864 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7411 uint64_t EntryCount = 0; in parseEntireSummary() local