Searched refs:InstrProfiling (Results 1 – 7 of 7) sorted by relevance
35 class InstrProfiling : public PassInfoMixin<InstrProfiling> {37 InstrProfiling() : IsCS(false) {} in InstrProfiling() function38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
143 InstrProfiling InstrProf;445 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()481 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()488 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()540 bool InstrProfiling::run( in run()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()[all …]
15 SRCS+= profile/InstrProfiling.c
72 MODULE_PASS("instrprof", InstrProfiling())
938 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()963 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
1406 MPM.addPass(InstrProfiling(*Options, false)); in EmitAssemblyWithNewPassManager()
1536 SRCS_MIN+= Transforms/Instrumentation/InstrProfiling.cpp