Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp182 bool maybeInsertMemProfInitAtFunctionEntry(Function &F);
557 bool MemProfiler::maybeInsertMemProfInitAtFunctionEntry(Function &F) { in maybeInsertMemProfInitAtFunctionEntry() function in MemProfiler
598 if (maybeInsertMemProfInitAtFunctionEntry(F)) in instrumentFunction()