Lines Matching refs:InstrLowerer

171 class InstrLowerer final {  class
173 InstrLowerer(Module &M, const InstrProfOptions &Options, in InstrLowerer() function in __anon719920e10111::InstrLowerer
580 InstrLowerer Lowerer(M, Options, GetTLI, IsCS); in run()
587 bool InstrLowerer::lowerIntrinsics(Function *F) { in lowerIntrinsics()
627 bool InstrLowerer::isRuntimeCounterRelocationEnabled() const { in isRuntimeCounterRelocationEnabled()
639 bool InstrLowerer::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()
646 void InstrLowerer::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()
703 bool InstrLowerer::lower() { in lower()
795 void InstrLowerer::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()
804 void InstrLowerer::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()
850 Value *InstrLowerer::getCounterAddress(InstrProfCntrInstBase *I) { in getCounterAddress()
890 Value *InstrLowerer::getBitmapAddress(InstrProfMCDCTVBitmapUpdate *I) { in getBitmapAddress()
909 void InstrLowerer::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover()
917 void InstrLowerer::lowerTimestamp( in lowerTimestamp()
932 void InstrLowerer::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()
951 void InstrLowerer::lowerCoverageData(GlobalVariable *CoverageNamesVar) { in lowerCoverageData()
968 void InstrLowerer::lowerMCDCTestVectorBitmapUpdate( in lowerMCDCTestVectorBitmapUpdate()
1020 void InstrLowerer::lowerMCDCCondBitmapUpdate( in lowerMCDCCondBitmapUpdate()
1201 void InstrLowerer::maybeSetComdat(GlobalVariable *GV, Function *Fn, in maybeSetComdat()
1223 GlobalVariable *InstrLowerer::setupProfileSection(InstrProfInstBase *Inc, in setupProfileSection()
1294 InstrLowerer::createRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc, in createRegionBitmaps()
1306 InstrLowerer::getOrCreateRegionBitmaps(InstrProfMCDCBitmapInstBase *Inc) { in getOrCreateRegionBitmaps()
1321 InstrLowerer::createRegionCounters(InstrProfCntrInstBase *Inc, StringRef Name, in createRegionCounters()
1346 InstrLowerer::getOrCreateRegionCounters(InstrProfCntrInstBase *Inc) { in getOrCreateRegionCounters()
1400 void InstrLowerer::createDataVariable(InstrProfCntrInstBase *Inc) { in createDataVariable()
1549 void InstrLowerer::emitVNodes() { in emitVNodes()
1600 void InstrLowerer::emitNameData() { in emitNameData()
1636 void InstrLowerer::emitRegistration() { in emitRegistration()
1677 bool InstrLowerer::emitRuntimeHook() { in emitRuntimeHook()
1719 void InstrLowerer::emitUses() { in emitUses()
1741 void InstrLowerer::emitInitialization() { in emitInitialization()