Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h88 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp563 computeNumValueSiteCounts(Ind); in run()
617 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts() function in InstrProfiling