Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp182 bool maybeInsertMemProfInitAtFunctionEntry(Function &F);
557 bool MemProfiler::maybeInsertMemProfInitAtFunctionEntry(Function &F) { in maybeInsertMemProfInitAtFunctionEntry() function in MemProfiler
598 if (maybeInsertMemProfInitAtFunctionEntry(F)) in instrumentFunction()