Home
last modified time | relevance | path

Searched defs:FuncEntryCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp779 uint64_t FuncEntryCount = decodeBBAddrMapImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1533 uint64_t FuncEntryCount = getBBInfo(&*F.begin()).CountValue; populateCounters() local
1869 uint64_t FuncEntryCount = Func.getBBInfo(&*F.begin()).CountValue; fixFuncEntryCount() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h182 std::optional<uint64_t> FuncEntryCount; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp142 FuncEntryCount, enumerator