Lines Matching refs:InstrProfiling
143 InstrProfiling InstrProf;
411 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) { in run()
445 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()
469 bool InstrProfiling::isRuntimeCounterRelocationEnabled() const { in isRuntimeCounterRelocationEnabled()
481 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()
488 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()
540 bool InstrProfiling::run( in run()
622 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()
635 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()
679 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()
733 void InstrProfiling::lowerCoverageData(GlobalVariable *CoverageNamesVar) { in lowerCoverageData()
836 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) { in getOrCreateRegionCounters()
980 void InstrProfiling::emitVNodes() { in emitVNodes()
1029 void InstrProfiling::emitNameData() { in emitNameData()
1062 void InstrProfiling::emitRegistration() { in emitRegistration()
1104 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook()
1140 void InstrProfiling::emitUses() { in emitUses()
1162 void InstrProfiling::emitInitialization() { in emitInitialization()