Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemProfUse.h49 function_ref<bool(uint64_t)> IsPresentInProfile = [](uint64_t) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp191 function_ref<bool(uint64_t)> IsPresentInProfile) { in extractCallsFromIR() argument
235 } else if (!IsPresentInProfile(CalleeGUID)) { in extractCallsFromIR()