Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp188 bool maybeInsertMemProfInitAtFunctionEntry(Function &F);
517 bool MemProfiler::maybeInsertMemProfInitAtFunctionEntry(Function &F) { in maybeInsertMemProfInitAtFunctionEntry() function in MemProfiler
558 if (maybeInsertMemProfInitAtFunctionEntry(F)) in instrumentFunction()