Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h99 void lowerIncrement(InstrProfIncrementInst *Inc);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp419 lowerIncrement(IPIS); in lowerIntrinsics()
422 lowerIncrement(IPI); in lowerIntrinsics()
706 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() function in InstrProfiling