Home
last modified time | relevance | path

Searched refs:BFICount (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1946 auto BFICount = NBFI.getBlockProfileCount(&BBI); in fixFuncEntryCount() local
1948 BFICountValue = *BFICount; in fixFuncEntryCount()
1998 auto BFICount = NBFI.getBlockProfileCount(&BBI); in verifyFuncBFI() local
1999 if (BFICount) in verifyFuncBFI()
2000 BFICountValue = *BFICount; in verifyFuncBFI()