Home
last modified time | relevance | path

Searched refs:Promoter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp909 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote() local
911 Promoter.Mutate(); in TryToPromote()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp544 PGOCounterPromoterHelper Promoter(Cand.first, Cand.second, SSA, InitVal, in run() local
547 Promoter.run(SmallVector<Instruction *, 2>({Cand.first, Cand.second})); in run()
896 PGOCounterPromoter Promoter(LoopPromotionCandidates, *Loop, LI, BFI.get()); in promoteCounterLoadStores() local
897 Promoter.run(&TotalCountersPromoted); in promoteCounterLoadStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2232 LoopPromoter Promoter(SomePtr, LoopUses, SSA, ExitBlocks, InsertPts, in promoteLoopAccessesToScalars() local
2264 Promoter.run(LoopUses); in promoteLoopAccessesToScalars()