Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp304 void lowerIncrement(InstrProfIncrementInst *Inc);
811 lowerIncrement(IPIS); in lowerIntrinsics()
814 lowerIncrement(IPI); in lowerIntrinsics()
1232 void InstrLowerer::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() function in InstrLowerer