Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h90 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp547 computeNumValueSiteCounts(Ind); in run()
602 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts() function in InstrProfiling