Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h91 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp456 lowerValueProfileInst(Ind); in lowerIntrinsics()
630 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst() function in InstrProfiling