Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h64 bool hasCallsite(uint32_t I) const { in hasCallsite() function
69 assert(hasCallsite(I) && "Callsite not found"); in callsite()