Lines Matching refs:InstrProfiling

401 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) {  in run()
413 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()
441 bool InstrProfiling::isRuntimeCounterRelocationEnabled() const { in isRuntimeCounterRelocationEnabled()
453 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()
460 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()
516 bool InstrProfiling::run( in run()
602 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()
611 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()
661 Value *InstrProfiling::getCounterAddress(InstrProfInstBase *I) { in getCounterAddress()
698 void InstrProfiling::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover()
706 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()
725 void InstrProfiling::lowerCoverageData(GlobalVariable *CoverageNamesVar) { in lowerCoverageData()
832 InstrProfiling::createRegionCounters(InstrProfInstBase *Inc, StringRef Name, in createRegionCounters()
857 InstrProfiling::getOrCreateRegionCounters(InstrProfInstBase *Inc) { in getOrCreateRegionCounters()
1064 void InstrProfiling::emitVNodes() { in emitVNodes()
1113 void InstrProfiling::emitNameData() { in emitNameData()
1146 void InstrProfiling::emitRegistration() { in emitRegistration()
1188 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook()
1230 void InstrProfiling::emitUses() { in emitUses()
1252 void InstrProfiling::emitInitialization() { in emitInitialization()