Searched refs:CoverInstruction (Results 1 – 1 of 1) sorted by relevance
1209 void InstrLowerer::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover() argument1210 auto *Addr = getCounterAddress(CoverInstruction); in lowerCover()1211 IRBuilder<> Builder(CoverInstruction); in lowerCover()1214 CoverInstruction->eraseFromParent(); in lowerCover()