Searched refs:BBEdgeCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp264 auto BBEdgeCount = BFI.getBlockProfileCount(MO.I->getParent()); local
265 if (!BBEdgeCount)
267 ActualCount = *BBEdgeCount;

Completed in 119 milliseconds