Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1209 void InstrLowerer::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover() argument
1210 auto *Addr = getCounterAddress(CoverInstruction); in lowerCover()
1211 IRBuilder<> Builder(CoverInstruction); in lowerCover()
1214 CoverInstruction->eraseFromParent(); in lowerCover()