Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp297 void lowerCover(InstrProfCoverInst *Inc);
820 lowerCover(IPC); in lowerIntrinsics()
1209 void InstrLowerer::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover() function in InstrLowerer