Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h93 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp428 lowerValueProfileInst(IPVP); in lowerIntrinsics()
611 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst() function in InstrProfiling