Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp242 bool maybeInsertMemProfInitAtFunctionEntry(Function &F);
583 bool MemProfiler::maybeInsertMemProfInitAtFunctionEntry(Function &F) { in maybeInsertMemProfInitAtFunctionEntry() function in MemProfiler
624 if (maybeInsertMemProfInitAtFunctionEntry(F)) in instrumentFunction()