Searched refs:InstrProfiling (Results 1 – 6 of 6) sorted by relevance
36 class InstrProfiling : public PassInfoMixin<InstrProfiling> {38 InstrProfiling() = default;39 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} in InstrProfiling() function
145 InstrProfiling InstrProf;379 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()403 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()410 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()599 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement()816 void InstrProfiling::emitVNodes() { in emitVNodes()863 void InstrProfiling::emitNameData() { in emitNameData()890 void InstrProfiling::emitRegistration() { in emitRegistration()929 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook()965 void InstrProfiling::emitUses() { in emitUses()[all …]
15 SRCS+= profile/InstrProfiling.c
59 MODULE_PASS("instrprof", InstrProfiling())
569 MPM.addPass(InstrProfiling(Options)); in addPGOInstrPasses()
1327 SRCS_MIN+= Transforms/Instrumentation/InstrProfiling.cpp